Searched refs:IP_SET_INIT_UEXT (Results 1 – 17 of 17) sorted by relevance
107 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipmark4_uadt()233 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipmark6_uadt()
107 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ip4_uadt()242 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ip6_uadt()
121 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipmac4_uadt()240 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipmac6_uadt()
114 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipport4_uadt()272 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipport6_uadt()
145 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_net4_uadt()312 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_net6_uadt()
104 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_mac4_uadt()
117 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipportip4_uadt()283 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipportip6_uadt()
202 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netiface4_uadt()409 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netiface6_uadt()
171 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netnet4_uadt()404 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netnet6_uadt()
163 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netport4_uadt()379 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netport6_uadt()
169 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipportnet4_uadt()420 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipportnet6_uadt()
186 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netportnet4_uadt()465 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netportnet6_uadt()
136 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in bitmap_port_uadt()
140 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in bitmap_ip_uadt()
248 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in bitmap_ipmac_uadt()
352 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in list_set_uadt()
470 #define IP_SET_INIT_UEXT(set) \ macro