/Linux-v4.19/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-v4.19/security/apparmor/ |
D | policy_ns.c | 41 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_visible() argument 46 if (!subns) in aa_ns_visible() 65 const char *aa_ns_name(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_name() argument 71 if (aa_ns_visible(curr, view, subns)) { in aa_ns_name()
|
D | domain.c | 138 unsigned int state, bool subns, u32 request, in label_compound_match() argument 147 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match() 161 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match() 198 unsigned int start, bool subns, u32 request, in label_components_match() argument 209 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match() 225 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match() 258 bool stack, unsigned int state, bool subns, u32 request, in label_match() argument 264 error = label_compound_match(profile, label, stack, state, subns, in label_match() 270 return label_components_match(profile, label, stack, state, subns, in label_match()
|
D | label.c | 1279 unsigned int state, bool subns, u32 request, in label_compound_match() argument 1287 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match() 1301 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match() 1337 bool subns, u32 request, in label_components_match() argument 1347 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match() 1363 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match() 1395 unsigned int state, bool subns, u32 request, in aa_label_match() argument 1398 int error = label_compound_match(profile, label, state, subns, request, in aa_label_match() 1404 return label_components_match(profile, label, state, subns, request, in aa_label_match()
|
/Linux-v4.19/security/apparmor/include/ |
D | policy_ns.h | 87 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns); 88 const char *aa_ns_name(struct aa_ns *parent, struct aa_ns *child, bool subns);
|
D | label.h | 364 unsigned int state, bool subns, u32 request,
|
/Linux-v4.19/include/net/ |
D | mac80211.h | 1294 u8 subns; member
|
D | cfg80211.h | 4482 uint8_t subns; member
|
/Linux-v4.19/drivers/net/wireless/ |
D | mac80211_hwsim.c | 1215 rtap->subns = 127; in mac80211_hwsim_add_vendor_rtap()
|
/Linux-v4.19/net/mac80211/ |
D | rx.c | 645 *pos++ = rtap.subns; in ieee80211_add_rx_radiotap_header()
|