Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/security/apparmor/
A Dpolicy_ns.c40 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_visible() argument
45 if (!subns) in aa_ns_visible()
64 const char *aa_ns_name(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_name() argument
70 if (aa_ns_visible(curr, view, subns)) { in aa_ns_name()
A Ddomain.c119 aa_state_t state, bool subns, u32 request, in label_compound_match() argument
130 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
144 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
181 aa_state_t start, bool subns, u32 request, in label_components_match() argument
194 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
210 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
243 bool stack, aa_state_t state, bool subns, u32 request, in label_match() argument
249 error = label_compound_match(profile, label, stack, state, subns, in label_match()
255 return label_components_match(profile, label, stack, state, subns, in label_match()
A Dlabel.c1300 aa_state_t state, bool subns, u32 request, in label_compound_match() argument
1308 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
1322 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()
1419 struct aa_label *label, aa_state_t state, bool subns, in aa_label_match() argument
1422 int error = label_compound_match(profile, rules, label, state, subns, in aa_label_match()
1428 return label_components_match(profile, rules, label, state, subns, in aa_label_match()
/linux-6.3-rc2/security/apparmor/include/
A Dpolicy_ns.h84 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns);
85 const char *aa_ns_name(struct aa_ns *parent, struct aa_ns *child, bool subns);
A Dlabel.h362 struct aa_label *label, aa_state_t state, bool subns,
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
A Drxmq.c228 radiotap->subns = 1; in iwl_mvm_add_rtap_sniffer_config()
/linux-6.3-rc2/include/net/
A Dmac80211.h1596 u8 subns; member
A Dcfg80211.h6106 uint8_t subns; member
/linux-6.3-rc2/drivers/net/wireless/
A Dmac80211_hwsim.c1547 rtap->subns = 127; in mac80211_hwsim_add_vendor_rtap()
/linux-6.3-rc2/net/mac80211/
A Drx.c708 *pos++ = rtap.subns; in ieee80211_add_rx_radiotap_header()

Completed in 104 milliseconds