Searched refs:eth_hdr (Results 1 – 4 of 4) sorted by relevance
25 static inline struct ethhdr *eth_hdr(const struct sk_buff *skb) in eth_hdr() function
625 const struct ethhdr *eth = eth_hdr(skb); in eth_skb_pkt_type()
265 memcpy(sa, eth_hdr(skb)->h_source, ETH_ALEN); in llc_pdu_decode_sa()277 memcpy(da, eth_hdr(skb)->h_dest, ETH_ALEN); in llc_pdu_decode_da()354 dsize = ntohs(eth_hdr(ev_skb)->h_proto) - 3; in llc_pdu_init_as_test_rsp()
86 switch (eth_hdr(skb)->h_proto) { in hash_bridge()
Completed in 8 milliseconds