/Linux-v6.6/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-v6.6/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 | 119 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()
|
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-v6.6/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-v6.6/include/net/ |
D | cfg80211.h | 6283 uint8_t subns; member
|