ipxhdr           1446 drivers/net/bonding/bond_alb.c 		const struct ipxhdr *ipxhdr;
ipxhdr           1448 drivers/net/bonding/bond_alb.c 		if (pskb_network_may_pull(skb, sizeof(*ipxhdr))) {
ipxhdr           1452 drivers/net/bonding/bond_alb.c 		ipxhdr = (struct ipxhdr *)skb_network_header(skb);
ipxhdr           1454 drivers/net/bonding/bond_alb.c 		if (ipxhdr->ipx_checksum != IPX_NO_CHECKSUM) {
ipxhdr           1460 drivers/net/bonding/bond_alb.c 		if (ipxhdr->ipx_type != IPX_TYPE_NCP) {
ipxhdr            145 include/net/ipx.h __be16 ipx_cksum(struct ipxhdr *packet, int length);