/linux/net/wireless/ |
A 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/security/apparmor/ |
A D | policy_ns.c | 37 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_visible() argument 42 if (!subns) in aa_ns_visible() 61 const char *aa_ns_name(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_name() argument 67 if (aa_ns_visible(curr, view, subns)) { in aa_ns_name()
|
A D | domain.c | 136 unsigned int state, bool subns, u32 request, in label_compound_match() argument 145 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match() 159 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match() 196 unsigned int start, bool subns, u32 request, in label_components_match() argument 207 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match() 223 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match() 256 bool stack, unsigned int state, bool subns, u32 request, in label_match() argument 262 error = label_compound_match(profile, label, stack, state, subns, in label_match() 268 return label_components_match(profile, label, stack, state, subns, in label_match()
|
A D | label.c | 1302 unsigned int state, bool subns, u32 request, in label_compound_match() argument 1310 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match() 1324 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() 1418 unsigned int state, bool subns, u32 request, in aa_label_match() argument 1421 int error = label_compound_match(profile, label, state, subns, request, in aa_label_match() 1427 return label_components_match(profile, label, state, subns, request, in aa_label_match()
|
/linux/security/apparmor/include/ |
A D | policy_ns.h | 83 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns); 84 const char *aa_ns_name(struct aa_ns *parent, struct aa_ns *child, bool subns);
|
A D | label.h | 359 unsigned int state, bool subns, u32 request,
|
/linux/include/net/ |
A D | mac80211.h | 1475 u8 subns; member
|
A D | cfg80211.h | 5745 uint8_t subns; member
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | rxmq.c | 226 radiotap->subns = 1; in iwl_mvm_add_rtap_sniffer_config()
|
/linux/drivers/net/wireless/ |
A D | mac80211_hwsim.c | 1424 rtap->subns = 127; in mac80211_hwsim_add_vendor_rtap()
|
/linux/net/mac80211/ |
A D | rx.c | 692 *pos++ = rtap.subns; in ieee80211_add_rx_radiotap_header()
|