Home
last modified time | relevance | path

Searched refs:subns (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/net/wireless/
Dradiotap.c167 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/
Dpolicy_ns.c41 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()
Ddomain.c138 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()
Dlabel.c1279 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/
Dpolicy_ns.h87 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);
Dlabel.h364 unsigned int state, bool subns, u32 request,
/Linux-v4.19/include/net/
Dmac80211.h1294 u8 subns; member
Dcfg80211.h4482 uint8_t subns; member
/Linux-v4.19/drivers/net/wireless/
Dmac80211_hwsim.c1215 rtap->subns = 127; in mac80211_hwsim_add_vendor_rtap()
/Linux-v4.19/net/mac80211/
Drx.c645 *pos++ = rtap.subns; in ieee80211_add_rx_radiotap_header()