Home
last modified time | relevance | path

Searched refs:stypes (Results 1 – 5 of 5) sorted by relevance

/linux/security/selinux/ss/
H A Dpolicydb.h99 struct ebitmap stypes; /* bitmap of source types for this otype */ member
H A Dpolicydb.c344 ebitmap_destroy(&d->stypes); in filenametr_destroy()
2104 if (unlikely(ebitmap_get_bit(&datum->stypes, stype - 1))) { in filename_trans_read()
2121 ebitmap_init(&datum->stypes); in filename_trans_read()
2146 return ebitmap_set_bit(&datum->stypes, stype - 1, 1); in genfs_read()
2211 rc = ebitmap_read(&datum->stypes, fp); in genfs_read()
2253 ebitmap_destroy(&datum->stypes); in ocontext_read()
3772 ebitmap_for_each_positive_bit(&datum->stypes, node, bit) in policydb_write()
3833 rc = ebitmap_write(&datum->stypes, fp);
H A Dservices.c1746 if (ebitmap_get_bit(&datum->stypes, stype - 1)) { in filename_compute_type()
/linux/net/wireless/
H A Dmlme.c973 const struct ieee80211_txrx_stypes *stypes = in cfg80211_rx_mgmt_ext()
986 if (!(stypes->rx & BIT(stype))) { in cfg80211_rx_mgmt_ext()
965 const struct ieee80211_txrx_stypes *stypes = cfg80211_rx_mgmt_ext() local
H A Dnl80211.c2333 u16 stypes; in nl80211_send_mgmt_stypes()
2350 stypes = mgmt_stypes[ift].tx; in nl80211_send_mgmt_stypes()
2351 while (stypes) { in nl80211_send_mgmt_stypes()
2352 if ((stypes & 1) && in nl80211_send_mgmt_stypes()
2356 stypes >>= 1;
2373 stypes = mgmt_stypes[ift].rx; in nl80211_add_commands_unsplit()
2374 while (stypes) { in nl80211_add_commands_unsplit()
2375 if ((stypes & 1) && in nl80211_add_commands_unsplit()
2379 stypes >>= 1; in nl80211_add_commands_unsplit()
2301 u16 stypes; nl80211_send_mgmt_stypes() local