Searched defs:ipxhdr (Results 1 – 2 of 2) sorted by relevance
31 struct ipxhdr { struct32 __be16 ipx_checksum __packed;34 __be16 ipx_pktsize __packed;35 __u8 ipx_tctrl;36 __u8 ipx_type;43 struct ipx_address ipx_dest __packed;44 struct ipx_address ipx_source __packed;
1455 const struct ipxhdr *ipxhdr; in bond_xmit_alb_slave_get() local