Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_ipmac.c115 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipmac4_uadt()
234 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipmac6_uadt()
H A Dip_set_hash_ipmark.c103 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipmark4_uadt()
238 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipmark6_uadt()
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_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_mac.c100 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_mac4_uadt()
H A Dip_set_hash_ipport.c118 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipport4_uadt()
289 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipport6_uadt()
H A Dip_set_hash_ipportip.c114 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipportip4_uadt()
284 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipportip6_uadt()
H A Dip_set_hash_netiface.c204 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netiface4_uadt()
422 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netiface6_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_netnet.c172 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netnet4_uadt()
415 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()
423 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipportnet6_uadt()
H A Dip_set_hash_netportnet.c194 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netportnet4_uadt()
479 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.c247 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in bitmap_ipmac_uadt()
H A Dip_set_list_set.c356 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in list_set_uadt()
/openbmc/linux/include/linux/netfilter/ipset/
H A Dip_set.h536 #define IP_SET_INIT_UEXT(set) \ macro