Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/ipset/
Dip_set_hash_ip.c108 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ip4_uadt()
247 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ip6_uadt()
Dip_set_hash_ipmark.c109 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipmark4_uadt()
243 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipmark6_uadt()
Dip_set_hash_mac.c103 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_mac4_uadt()
Dip_set_hash_ipport.c116 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipport4_uadt()
283 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipport6_uadt()
Dip_set_hash_net.c146 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_net4_uadt()
318 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_net6_uadt()
Dip_set_hash_ipportip.c118 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipportip4_uadt()
291 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipportip6_uadt()
Dip_set_hash_netnet.c165 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netnet4_uadt()
395 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netnet6_uadt()
Dip_set_hash_netport.c164 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netport4_uadt()
384 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netport6_uadt()
Dip_set_hash_netiface.c292 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netiface4_uadt()
529 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netiface6_uadt()
Dip_set_hash_ipportnet.c170 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipportnet4_uadt()
426 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipportnet6_uadt()
Dip_set_hash_netportnet.c180 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netportnet4_uadt()
457 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netportnet6_uadt()
Dip_set_bitmap_port.c134 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in bitmap_port_uadt()
Dip_set_bitmap_ipmac.c237 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in bitmap_ipmac_uadt()
Dip_set_bitmap_ip.c137 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in bitmap_ip_uadt()
Dip_set_list_set.c382 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in list_set_uadt()
/linux-4.1.27/include/linux/netfilter/ipset/
Dip_set.h564 #define IP_SET_INIT_UEXT(set) \ macro