Home
last modified time | relevance | path

Searched refs:ieee80211_get_8023_tunnel_proto (Results 1 – 3 of 3) sorted by relevance

/linux/net/wireless/
H A Dutil.c539 bool ieee80211_get_8023_tunnel_proto(const void *hdr, __be16 *proto) in ieee80211_get_8023_tunnel_proto() function
553 EXPORT_SYMBOL(ieee80211_get_8023_tunnel_proto);
572 ieee80211_get_8023_tunnel_proto(skb->data + hdrlen, in ieee80211_strip_8023_mesh_hdr()
662 ieee80211_get_8023_tunnel_proto(&payload, &tmp.h_proto))) { in ieee80211_data_to_8023_exthdr()
898 ieee80211_get_8023_tunnel_proto(frame->data, &hdr.eth.h_proto))) in ieee80211_amsdu_to_8023s()
/linux/net/mac80211/
H A Drx.c2807 if (ieee80211_get_8023_tunnel_proto(skb->data + hdrlen, in ieee80211_rx_mesh_fast_forward()
2963 if (ieee80211_get_8023_tunnel_proto(fwd_skb->data + hdrlen, in ieee80211_rx_mesh_data()
/linux/include/net/
H A Dcfg80211.h6792 bool ieee80211_get_8023_tunnel_proto(const void *hdr, __be16 *proto);