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.c343 ebitmap_destroy(&d->stypes); in filenametr_destroy()
1952 if (unlikely(ebitmap_get_bit(&datum->stypes, stype - 1))) { in filename_trans_read_helper_compat()
1969 ebitmap_init(&datum->stypes); in filename_trans_read_helper_compat()
1994 return ebitmap_set_bit(&datum->stypes, stype - 1, 1); in filename_trans_read_helper_compat()
2048 rc = ebitmap_read(&datum->stypes, fp); in filename_trans_read_helper()
2086 ebitmap_destroy(&datum->stypes); in filename_trans_read_helper()
3556 ebitmap_for_each_positive_bit(&datum->stypes, node, bit) in filename_write_helper_compat()
3617 rc = ebitmap_write(&datum->stypes, fp); in filename_write_helper()
H A Dservices.c1745 if (ebitmap_get_bit(&datum->stypes, stype - 1)) { in filename_compute_type()
/linux/net/wireless/
H A Dmlme.c970 const struct ieee80211_txrx_stypes *stypes = in cfg80211_rx_mgmt_ext()
983 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.c2289 u16 stypes; in nl80211_add_commands_unsplit()
2306 stypes = mgmt_stypes[ift].tx; in nl80211_send_pmsr_ftm_capa()
2307 while (stypes) { in nl80211_send_pmsr_ftm_capa()
2308 if ((stypes & 1) && in nl80211_send_pmsr_ftm_capa()
2312 stypes >>= 1; in nl80211_send_pmsr_ftm_capa()
2329 stypes = mgmt_stypes[ift].rx; in nl80211_send_pmsr_ftm_capa()
2330 while (stypes) { in nl80211_send_pmsr_ftm_capa()
2331 if ((stypes & 1) && in nl80211_send_pmsr_ftm_capa()
2335 stypes >>= 1; in nl80211_send_pmsr_ftm_capa()
2152 u16 stypes; nl80211_send_mgmt_stypes() local