Home
last modified time | relevance | path

Searched defs:ipxhdr (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/net/
Dipx.h31 struct ipxhdr { struct
32 __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;
/Linux-v5.10/drivers/net/bonding/
Dbond_alb.c1455 const struct ipxhdr *ipxhdr; in bond_xmit_alb_slave_get() local