Searched defs:ehdr (Results 1 - 5 of 5) sorted by relevance

/net/ipv4/
H A Dxfrm4_policy.c143 __be32 *ehdr = (__be32 *)xprth; local
145 fl4->fl4_ipsec_spi = ehdr[0];
/net/wireless/
H A Dutil.c465 struct ethhdr *ehdr; local
470 ehdr = (struct ethhdr *) skb_push(skb, sizeof(struct ethhdr));
471 memcpy(ehdr->h_dest, dst, ETH_ALEN);
472 memcpy(ehdr->h_source, src, ETH_ALEN);
473 ehdr->h_proto = len;
/net/mac80211/
H A Drx.c1867 struct ethhdr *ehdr; local
1892 ehdr = (struct ethhdr *) rx->skb->data;
1893 if (ehdr->h_proto == rx->sdata->control_port_protocol)
1908 struct ethhdr *ehdr = (struct ethhdr *) rx->skb->data; local
1914 if (ehdr->h_proto == rx->sdata->control_port_protocol &&
1915 (ether_addr_equal(ehdr->h_dest, rx->sdata->vif.addr) ||
1916 ether_addr_equal(ehdr->h_dest, pae_group_addr)))
1935 struct ethhdr *ehdr = (struct ethhdr *) rx->skb->data; local
1947 if (is_multicast_ether_addr(ehdr->h_dest)) {
/net/key/
H A Daf_key.c488 const struct sadb_ext *ehdr = (const struct sadb_ext *) p; local
492 ext_len = ehdr->sadb_ext_len;
494 ext_type = ehdr->sadb_ext_type;
/net/packet/
H A Daf_packet.c1690 struct ethhdr *ehdr; local
1692 ehdr = eth_hdr(skb);
1693 if (ehdr->h_proto != htons(ETH_P_8021Q)) {
2292 struct ethhdr *ehdr; local
2299 ehdr = eth_hdr(skb);
2300 if (ehdr->h_proto != htons(ETH_P_8021Q))
2519 struct ethhdr *ehdr; local
2521 ehdr = eth_hdr(skb);
2522 if (ehdr->h_proto != htons(ETH_P_8021Q)) {

Completed in 137 milliseconds