Home
last modified time | relevance | path

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

/linux/net/netfilter/ipset/
H A Dip_set_hash_ip.c106 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()
H A Dip_set_hash_ipmark.c103 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipmark4_uadt()
242 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipmark6_uadt()
H A Dip_set_hash_net.c142 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_net4_uadt()
315 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_net6_uadt()
H A Dip_set_hash_ipportip.c114 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipportip4_uadt()
287 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipportip6_uadt()
H A Dip_set_hash_ipport.c118 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipport4_uadt()
292 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipport6_uadt()
H A Dip_set_hash_netport.c160 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netport4_uadt()
380 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netport6_uadt()
H A Dip_set_hash_netiface.c203 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netiface4_uadt()
421 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netiface6_uadt()
H A Dip_set_hash_netnet.c174 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netnet4_uadt()
419 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netnet6_uadt()
H A Dip_set_hash_ipportnet.c166 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()
H A Dip_set_hash_netportnet.c195 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netportnet4_uadt()
482 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netportnet6_uadt()
H A Dip_set_bitmap_port.c159 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in bitmap_port_uadt()
H A Dip_set_bitmap_ip.c137 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in bitmap_ip_uadt()
H A Dip_set_bitmap_ipmac.c248 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in bitmap_ipmac_uadt()
H A Dip_set_list_set.c359 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in list_set_uadt()
/linux/include/linux/netfilter/ipset/
H A Dip_set.h536 #define IP_SET_INIT_UEXT(set) \ macro