Searched defs:arc_eth_encap (Results 1 – 5 of 5) sorted by relevance
80 struct arc_eth_encap { struct81 __u8 proto; /* Always ARC_P_ETHER */82 struct ethhdr eth; /* standard ethernet header (yuck!) */83 __u8 payload[]; /* 493 bytes */
80 struct arc_eth_encap { struct81 __u8 proto; /* Always ARC_P_ETHER */82 struct ethhdr eth; /* standard ethernet header (yuck!) */83 __u8 payload[0]; /* 493 bytes */
51 struct arc_eth_encap { struct52 __u8 proto;76 struct arc_eth_encap eth_encap; argument
38 struct arc_eth_encap { struct39 __u8 proto;40 struct ethhdr eth;41 __u8 payload[0];