Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dif_vlan.h60 static inline struct vlan_ethhdr *vlan_eth_hdr(const struct sk_buff *skb) in vlan_eth_hdr() function
/openbmc/linux/net/batman-adv/
H A Dgateway_client.c588 vhdr = vlan_eth_hdr(skb); in batadv_gw_dhcp_recipient_get()
H A Dsoft-interface.c224 vhdr = vlan_eth_hdr(skb); in batadv_interface_tx()
/openbmc/linux/drivers/net/usb/
H A Dcdc_mbim.c247 is_ip = is_ip_proto(vlan_eth_hdr(skb)->h_vlan_encapsulated_proto); in cdc_mbim_tx_fixup()
/openbmc/linux/net/dsa/
H A Dtag_sja1105.c482 struct vlan_ethhdr *hdr = vlan_eth_hdr(skb); in sja1105_vlan_rcv()
/openbmc/linux/net/bridge/
H A Dbr_netfilter_hooks.c84 return vlan_eth_hdr(skb)->h_vlan_encapsulated_proto; in vlan_proto()
/openbmc/linux/drivers/s390/net/
H A Dqeth_l3_main.c1631 struct vlan_ethhdr *veth = vlan_eth_hdr(skb); in qeth_l3_fill_header()
H A Dqeth_l2_main.c163 struct vlan_ethhdr *veth = vlan_eth_hdr(skb); in qeth_l2_fill_header()
H A Dqeth_core_main.c3844 struct vlan_ethhdr *veth = vlan_eth_hdr(skb); in qeth_get_priority_queue()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c2440 hdr = vlan_eth_hdr(skb); in dpaa2_switch_rx()