Home
last modified time | relevance | path

Searched defs:ethertype (Results 1 – 9 of 9) sorted by relevance

/net/batman-adv/
Dhard-interface.c711 __be16 ethertype = htons(ETH_P_BATMAN); in batadv_hardif_enable_interface() local
/net/openvswitch/
Dflow.c523 __be16 ethertype; in parse_ethertype() member
Dactions.c187 const __be16 ethertype) in pop_mpls()
/net/netfilter/
Dnf_tables_offload.c57 struct nft_offload_ethertype ethertype = { in nft_flow_rule_transfer_vlan() local
/net/mac80211/
Dtx.c2465 u16 ethertype = (skb->data[12] << 8) | skb->data[13]; in ieee80211_is_tdls_setup() local
2604 u16 ethertype, hdrlen, meshhdrlen = 0; in ieee80211_build_hdr() local
3759 u16 ethertype = (skb->data[12] << 8) | skb->data[13]; in ieee80211_xmit_fast() local
4373 __be16 ethertype; in ieee80211_multicast_to_unicast() local
Dmesh.c759 u16 ethertype; in ieee80211_mesh_xmit_fast() local
Drx.c1504 __be16 ethertype; in ieee80211_rx_h_check() local
/net/sched/
Dcls_flower.c1089 __be16 ethertype, in fl_set_key_vlan()
1803 static bool is_vlan_key(struct nlattr *tb, __be16 *ethertype, in is_vlan_key()
1874 __be16 ethertype; in fl_set_key() local
/net/core/
Dskbuff.c6405 __be16 ethertype) in skb_mod_eth_type()