Searched refs:ipxhdr (Results 1 – 3 of 3) sorted by relevance
29 struct ipxhdr { struct48 static __inline__ struct ipxhdr *ipx_hdr(struct sk_buff *skb) in ipx_hdr() argument50 return (struct ipxhdr *)skb_transport_header(skb); in ipx_hdr()148 __be16 ipx_cksum(struct ipxhdr *packet, int length);
147 struct ipxhdr *ipx = ipx_hdr(skb); in ipxrtr_route_skb()173 struct ipxhdr *ipx; in ipxrtr_route_packet()193 size = sizeof(struct ipxhdr) + len + ipx_offset; in ipxrtr_route_packet()205 skb_put(skb, sizeof(struct ipxhdr)); in ipxrtr_route_packet()207 ipx->ipx_pktsize = htons(len + sizeof(struct ipxhdr)); in ipxrtr_route_packet()243 ipx->ipx_checksum = ipx_cksum(ipx, len + sizeof(struct ipxhdr)); in ipxrtr_route_packet()
367 struct ipxhdr *ipx = ipx_hdr(skb); in ipxitf_demux_socket()412 struct ipxhdr *ipx) in ncp_connection_hack()450 struct ipxhdr *ipx = ipx_hdr(skb); in ipxitf_demux_socket()564 struct ipxhdr *ipx = ipx_hdr(skb); in ipxitf_send()578 sizeof(struct ipxhdr) + in ipxitf_send()679 struct ipxhdr *ipx = ipx_hdr(skb); in ipxitf_rcv()785 struct ipxhdr *ipx = ipx_hdr(skb); in ipxitf_pprop()796 ntohs(ipx->ipx_pktsize) < sizeof(struct ipxhdr) + in ipxitf_pprop()809 c = ((u8 *) ipx) + sizeof(struct ipxhdr); in ipxitf_pprop()1204 __be16 ipx_cksum(struct ipxhdr *packet, int length) in ipx_cksum()[all …]