Home
last modified time | relevance | path

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

/linux-6.15/net/wireless/
H 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.15/security/apparmor/
H 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()
H A Ddomain.c125 aa_state_t state, bool subns, u32 request, in label_compound_match() argument
136 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
150 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
187 aa_state_t start, bool subns, u32 request, in label_components_match() argument
200 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
216 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
249 bool stack, aa_state_t state, bool subns, u32 request, in label_match() argument
255 error = label_compound_match(profile, label, stack, state, subns, in label_match()
261 return label_components_match(profile, label, stack, state, subns, in label_match()
H A Dlabel.c1285 aa_state_t state, bool subns, u32 request, in label_compound_match() argument
1293 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
1307 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
1345 bool subns, u32 request, in label_components_match() argument
1355 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
1371 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
1404 struct aa_label *label, aa_state_t state, bool subns, in aa_label_match() argument
1407 int error = label_compound_match(profile, rules, label, state, subns, in aa_label_match()
1413 return label_components_match(profile, rules, label, state, subns, in aa_label_match()
/linux-6.15/security/apparmor/include/
H 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);
H A Dlabel.h334 struct aa_label *label, aa_state_t state, bool subns,
/linux-6.15/include/net/
H A Dcfg80211.h6688 uint8_t subns; member