Home
last modified time | relevance | path

Searched refs:subns (Results 1 – 11 of 11) sorted by relevance

/linux/net/wireless/
A Dradiotap.c167 uint32_t oui, uint8_t subns) in find_ns() argument
179 if (iterator->_vns->ns[i].subns != subns) in find_ns()
217 int pad, align, size, subns; in ieee80211_radiotap_iterator_next() local
288 subns = *(iterator->_arg + 3); in ieee80211_radiotap_iterator_next()
290 find_ns(iterator, oui, subns); in ieee80211_radiotap_iterator_next()
/linux/security/apparmor/
A Dpolicy_ns.c37 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_visible() argument
42 if (!subns) in aa_ns_visible()
61 const char *aa_ns_name(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_name() argument
67 if (aa_ns_visible(curr, view, subns)) { in aa_ns_name()
A Ddomain.c136 unsigned int state, bool subns, u32 request, in label_compound_match() argument
145 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
159 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
196 unsigned int start, bool subns, u32 request, in label_components_match() argument
207 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
223 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
256 bool stack, unsigned int state, bool subns, u32 request, in label_match() argument
262 error = label_compound_match(profile, label, stack, state, subns, in label_match()
268 return label_components_match(profile, label, stack, state, subns, in label_match()
A Dlabel.c1302 unsigned int state, bool subns, u32 request, in label_compound_match() argument
1310 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
1324 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
1360 bool subns, u32 request, in label_components_match() argument
1370 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
1386 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
1418 unsigned int state, bool subns, u32 request, in aa_label_match() argument
1421 int error = label_compound_match(profile, label, state, subns, request, in aa_label_match()
1427 return label_components_match(profile, label, state, subns, request, in aa_label_match()
/linux/security/apparmor/include/
A Dpolicy_ns.h83 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns);
84 const char *aa_ns_name(struct aa_ns *parent, struct aa_ns *child, bool subns);
A Dlabel.h359 unsigned int state, bool subns, u32 request,
/linux/include/net/
A Dmac80211.h1475 u8 subns; member
A Dcfg80211.h5745 uint8_t subns; member
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
A Drxmq.c226 radiotap->subns = 1; in iwl_mvm_add_rtap_sniffer_config()
/linux/drivers/net/wireless/
A Dmac80211_hwsim.c1424 rtap->subns = 127; in mac80211_hwsim_add_vendor_rtap()
/linux/net/mac80211/
A Drx.c692 *pos++ = rtap.subns; in ieee80211_add_rx_radiotap_header()

Completed in 76 milliseconds