Home
last modified time | relevance | path

Searched refs:skb_eth_hdr (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dif_ether.h33 static inline struct ethhdr *skb_eth_hdr(const struct sk_buff *skb) in skb_eth_hdr() function
/linux/net/dsa/
H A Dtag_ksz.c242 hdr = skb_eth_hdr(skb); in ksz_common_xmit()
272 hdr = skb_eth_hdr(skb); in ksz9477_xmit()
/linux/drivers/net/bonding/
H A Dbond_alb.c1361 ether_addr_copy(skb_eth_hdr(skb)->h_source, in bond_do_alb_xmit()
1385 eth_data = skb_eth_hdr(skb); in bond_xmit_tlb_slave_get()
1437 eth_data = skb_eth_hdr(skb); in bond_xmit_alb_slave_get()
/linux/drivers/net/
H A Dmacvlan.c556 const struct ethhdr *eth = skb_eth_hdr(skb); in macvlan_queue_xmit()
H A Dgeneve.c1474 struct ethhdr *eth = skb_eth_hdr(skb); in geneve_xmit_skb()
H A Dmacsec.c649 eth = skb_eth_hdr(skb); in macsec_encrypt()