Searched refs:match_set (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/net/netfilter/ |
D | xt_set.c | 33 match_set(ip_set_id_t index, const struct sk_buff *skb, in match_set() function 58 ADT_OPT(opt, par->family, info->match_set.u.compat.dim, in set_match_v0() 59 info->match_set.u.compat.flags, 0, UINT_MAX); in set_match_v0() 61 return match_set(info->match_set.index, skb, par, &opt, in set_match_v0() 62 info->match_set.u.compat.flags & IPSET_INV_MATCH); in set_match_v0() 87 index = ip_set_nfnl_get_byindex(par->net, info->match_set.index); in set_match_v0_checkentry() 91 info->match_set.index); in set_match_v0_checkentry() 94 if (info->match_set.u.flags[IPSET_DIM_MAX - 1] != 0) { in set_match_v0_checkentry() 96 ip_set_nfnl_put(par->net, info->match_set.index); in set_match_v0_checkentry() 101 compat_flags(&info->match_set); in set_match_v0_checkentry() [all …]
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
D | xt_set.h | 30 struct xt_set_info_v0 match_set; member 48 struct xt_set_info match_set; member 68 struct xt_set_info match_set; member 87 struct xt_set_info match_set; member
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 912 struct cfg80211_match_set *match_set, in ath6kl_set_probed_ssids() argument 945 if ((match_set[i].ssid.ssid_len == in ath6kl_set_probed_ssids() 948 match_set[i].ssid.ssid, in ath6kl_set_probed_ssids() 949 match_set[i].ssid.ssid_len))) { in ath6kl_set_probed_ssids() 963 match_set[i].ssid.ssid_len; in ath6kl_set_probed_ssids() 965 match_set[i].ssid.ssid, in ath6kl_set_probed_ssids() 966 match_set[i].ssid.ssid_len); in ath6kl_set_probed_ssids()
|