Searched refs:eth_hdr (Results 1 – 4 of 4) sorted by relevance
210 struct eth_hdr { struct218 __u64 off = sizeof(struct eth_hdr); in calc_offset() argument282 struct eth_hdr *new_eth; in encap_v6()283 struct eth_hdr *old_eth; in encap_v6()294 ip6h = data + sizeof(struct eth_hdr); in encap_v6()327 struct eth_hdr *new_eth; in encap_v4()328 struct eth_hdr *old_eth; in encap_v4()342 iph = data + sizeof(struct eth_hdr); in encap_v4()377 struct eth_hdr *new_eth; in decap_v6()378 struct eth_hdr *old_eth; in decap_v6()[all …]
162 struct eth_hdr { struct329 struct eth_hdr *eth = pkt_start; in process_packet()458 struct eth_hdr *eth = data; in balancer_ingress()462 nh_off = sizeof(struct eth_hdr); in balancer_ingress()
166 struct eth_hdr { struct329 struct eth_hdr *eth = pkt_start; in process_packet()458 struct eth_hdr *eth = data; in balancer_ingress()462 nh_off = sizeof(struct eth_hdr); in balancer_ingress()
3067 struct ieee8023_hdr *eth_hdr; in ieee802_1x_kay_mkpdu_sanity_check() local3080 eth_hdr = (struct ieee8023_hdr *) buf; in ieee802_1x_kay_mkpdu_sanity_check()3081 eapol_hdr = (struct ieee802_1x_hdr *) (eth_hdr + 1); in ieee802_1x_kay_mkpdu_sanity_check()3086 MAC2STR(eth_hdr->dest), MAC2STR(eth_hdr->src), in ieee802_1x_kay_mkpdu_sanity_check()3087 be_to_host16(eth_hdr->ethertype)); in ieee802_1x_kay_mkpdu_sanity_check()3090 if (os_memcmp(eth_hdr->dest, pae_group_addr, ETH_ALEN) != 0) { in ieee802_1x_kay_mkpdu_sanity_check()3402 struct ieee8023_hdr *eth_hdr; in kay_l2_receive() local3409 if (len < sizeof(*eth_hdr) + sizeof(*eapol_hdr)) { in kay_l2_receive()3415 eth_hdr = (struct ieee8023_hdr *) buf; in kay_l2_receive()3416 eapol_hdr = (struct ieee802_1x_hdr *) (eth_hdr + 1); in kay_l2_receive()[all …]