ipxhdr 44 include/net/ipx.h static __inline__ struct ipxhdr *ipx_hdr(struct sk_buff *skb) ipxhdr 46 include/net/ipx.h return (struct ipxhdr *)skb_transport_header(skb); ipxhdr 384 net/ipx/af_ipx.c struct ipxhdr *ipx = ipx_hdr(skb); ipxhdr 469 net/ipx/af_ipx.c struct ipxhdr *ipx = ipx_hdr(skb); ipxhdr 583 net/ipx/af_ipx.c struct ipxhdr *ipx = ipx_hdr(skb); ipxhdr 597 net/ipx/af_ipx.c sizeof(struct ipxhdr) + ipxhdr 698 net/ipx/af_ipx.c struct ipxhdr *ipx = ipx_hdr(skb); ipxhdr 804 net/ipx/af_ipx.c struct ipxhdr *ipx = ipx_hdr(skb); ipxhdr 815 net/ipx/af_ipx.c ntohs(ipx->ipx_pktsize) < sizeof(struct ipxhdr) + ipxhdr 828 net/ipx/af_ipx.c c = ((u8 *) ipx) + sizeof(struct ipxhdr); ipxhdr 1635 net/ipx/af_ipx.c struct ipxhdr *ipx; ipxhdr 1649 net/ipx/af_ipx.c if (!pskb_may_pull(skb, sizeof(struct ipxhdr))) ipxhdr 1655 net/ipx/af_ipx.c if (ipx_pktsize < sizeof(struct ipxhdr) || ipxhdr 1709 net/ipx/af_ipx.c if (len >= 65535 - sizeof(struct ipxhdr)) ipxhdr 1763 net/ipx/af_ipx.c struct ipxhdr *ipx = NULL; ipxhdr 1797 net/ipx/af_ipx.c copied = ntohs(ipx->ipx_pktsize) - sizeof(struct ipxhdr); ipxhdr 1803 net/ipx/af_ipx.c rc = skb_copy_datagram_iovec(skb, sizeof(struct ipxhdr), msg->msg_iov, ipxhdr 1848 net/ipx/af_ipx.c amount = skb->len - sizeof(struct ipxhdr); ipxhdr 150 net/ipx/ipx_route.c struct ipxhdr *ipx = ipx_hdr(skb); ipxhdr 176 net/ipx/ipx_route.c struct ipxhdr *ipx; ipxhdr 196 net/ipx/ipx_route.c size = sizeof(struct ipxhdr) + len + ipx_offset; ipxhdr 208 net/ipx/ipx_route.c skb_put(skb, sizeof(struct ipxhdr)); ipxhdr 210 net/ipx/ipx_route.c ipx->ipx_pktsize = htons(len + sizeof(struct ipxhdr)); ipxhdr 245 net/ipx/ipx_route.c ipx->ipx_checksum = ipx_cksum(ipx, len + sizeof(struct ipxhdr));