/Linux-v6.1/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.1/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 | 135 unsigned int state, bool subns, u32 request, in label_compound_match() argument 144 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match() 158 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match() 195 unsigned int start, bool subns, u32 request, in label_components_match() argument 206 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match() 222 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match() 255 bool stack, unsigned int state, bool subns, u32 request, in label_match() argument 261 error = label_compound_match(profile, label, stack, state, subns, in label_match() 267 return label_components_match(profile, label, stack, state, subns, in label_match()
|
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-v6.1/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 | 361 unsigned int state, bool subns, u32 request,
|
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | rxmq.c | 250 radiotap->subns = 1; in iwl_mvm_add_rtap_sniffer_config()
|
/Linux-v6.1/include/net/ |
D | mac80211.h | 1549 u8 subns; member
|
D | cfg80211.h | 6055 uint8_t subns; member
|
/Linux-v6.1/drivers/net/wireless/ |
D | mac80211_hwsim.c | 1547 rtap->subns = 127; in mac80211_hwsim_add_vendor_rtap()
|
/Linux-v6.1/net/mac80211/ |
D | rx.c | 708 *pos++ = rtap.subns; in ieee80211_add_rx_radiotap_header()
|