Home
last modified time | relevance | path

Searched refs:vlan_eth_hdr (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/include/linux/
Dif_vlan.h61 static inline struct vlan_ethhdr *vlan_eth_hdr(const struct sk_buff *skb) in vlan_eth_hdr() function
/Linux-v4.19/drivers/net/usb/
Dcdc_mbim.c247 is_ip = is_ip_proto(vlan_eth_hdr(skb)->h_vlan_encapsulated_proto); in cdc_mbim_tx_fixup()
/Linux-v4.19/net/batman-adv/
Dgateway_client.c658 vhdr = vlan_eth_hdr(skb); in batadv_gw_dhcp_recipient_get()
Dsoft-interface.c228 vhdr = vlan_eth_hdr(skb); in batadv_interface_tx()
/Linux-v4.19/drivers/s390/net/
Dqeth_core.h860 struct vlan_ethhdr *veth = vlan_eth_hdr(skb); in qeth_get_ip_version()
/Linux-v4.19/net/bridge/
Dbr_netfilter_hooks.c87 return vlan_eth_hdr(skb)->h_vlan_encapsulated_proto; in vlan_proto()
/Linux-v4.19/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c1426 ethertype = ntohs(vlan_eth_hdr(skb)->h_vlan_encapsulated_proto); in dpaa_enable_tx_csum()