Searched defs:ether_header (Results 1 – 10 of 10) sorted by relevance
39 struct ether_header struct41 uint8_t ether_dhost[ETH_ALEN]; /* destination eth addr */42 uint8_t ether_shost[ETH_ALEN]; /* source ether addr */43 uint16_t ether_type; /* packet type ID field */
126 BWL_PRE_PACKED_STRUCT struct ether_header { struct127 uint8 ether_dhost[ETHER_ADDR_LEN];128 uint8 ether_shost[ETHER_ADDR_LEN];129 uint16 ether_type;
119 BWL_PRE_PACKED_STRUCT struct ether_header { struct120 uint8 ether_dhost[ETHER_ADDR_LEN];121 uint8 ether_shost[ETHER_ADDR_LEN];122 uint16 ether_type;
1023 struct ethhdr *ether_header; in ibmveth_is_packet_unsupported() local
1306 struct ether_header { struct1307 u8 ether_dhost[ETHER_ADDR_LEN];1308 u8 ether_shost[ETHER_ADDR_LEN];1309 u16 ether_type;