Home
last modified time | relevance | path

Searched refs:is_vlan (Results 1 – 2 of 2) sorted by relevance

/net/hsr/
Dhsr_forward.c25 bool is_vlan; member
105 if (frame->is_vlan) in create_stripped_skb()
136 if (frame->is_vlan) in hsr_fill_tag()
167 if (frame->is_vlan) in create_tagged_skb()
320 frame->is_vlan = false; in hsr_fill_frame_info()
322 frame->is_vlan = true; in hsr_fill_frame_info()
/net/wireless/
Dutil.c2135 bool is_vlan = iftype == NL80211_IFTYPE_AP_VLAN; in cfg80211_iftype_allowed() local
2139 if (is_vlan && is_4addr) in cfg80211_iftype_allowed()
2143 if (!(wiphy->software_iftypes & BIT(iftype)) && is_vlan) in cfg80211_iftype_allowed()