/linux-6.6.21/net/wireless/ |
D | radiotap.c | 167 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.6.21/security/apparmor/ |
D | policy_ns.c | 40 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()
|
D | domain.c | 126 aa_state_t state, bool subns, u32 request, in label_compound_match() argument 137 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match() 151 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match() 188 aa_state_t start, bool subns, u32 request, in label_components_match() argument 201 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match() 217 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match() 250 bool stack, aa_state_t state, bool subns, u32 request, in label_match() argument 256 error = label_compound_match(profile, label, stack, state, subns, in label_match() 262 return label_components_match(profile, label, stack, state, subns, in label_match()
|
D | label.c | 1300 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.6.21/security/apparmor/include/ |
D | policy_ns.h | 84 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);
|
D | label.h | 362 struct aa_label *label, aa_state_t state, bool subns,
|
/linux-6.6.21/include/net/ |
D | cfg80211.h | 6304 uint8_t subns; member
|