Home
last modified time | relevance | path

Searched refs:IP_SET_INIT_UEXT (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/net/netfilter/ipset/
Dip_set_hash_ipmark.c107 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()
Dip_set_hash_ip.c107 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ip4_uadt()
240 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ip6_uadt()
Dip_set_hash_ipport.c114 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()
Dip_set_hash_net.c145 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_net4_uadt()
313 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_net6_uadt()
Dip_set_hash_mac.c107 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_mac4_uadt()
Dip_set_hash_ipportip.c117 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()
Dip_set_hash_netnet.c171 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()
Dip_set_hash_netport.c163 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netport4_uadt()
378 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netport6_uadt()
Dip_set_hash_netiface.c204 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netiface4_uadt()
414 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netiface6_uadt()
Dip_set_hash_ipportnet.c169 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()
Dip_set_hash_netportnet.c186 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netportnet4_uadt()
464 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netportnet6_uadt()
Dip_set_bitmap_port.c135 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in bitmap_port_uadt()
Dip_set_bitmap_ip.c139 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in bitmap_ip_uadt()
Dip_set_bitmap_ipmac.c247 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in bitmap_ipmac_uadt()
Dip_set_list_set.c357 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in list_set_uadt()
/linux-4.4.14/include/linux/netfilter/ipset/
Dip_set.h551 #define IP_SET_INIT_UEXT(set) \ macro