Home
last modified time | relevance | path

Searched refs:ipxhdr (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/net/
Dipx.h29 struct ipxhdr { struct
48 static __inline__ struct ipxhdr *ipx_hdr(struct sk_buff *skb) in ipx_hdr() argument
50 return (struct ipxhdr *)skb_transport_header(skb); in ipx_hdr()
148 __be16 ipx_cksum(struct ipxhdr *packet, int length);
/linux-4.1.27/net/ipx/
Dipx_route.c147 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()
Daf_ipx.c367 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 …]