Home
last modified time | relevance | path

Searched refs:IPSET_DIM_TWO_SRC (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/net/netfilter/ipset/
A Dip_set_hash_ipmac.c96 if (opt->flags & IPSET_DIM_TWO_SRC) in hash_ipmac4_kadt()
212 if (opt->flags & IPSET_DIM_TWO_SRC) in hash_ipmac6_kadt()
A Dip_set_hash_ipport.c100 if (!ip_set_get_ip4_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipport4_kadt()
270 if (!ip_set_get_ip6_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipport6_kadt()
A Dip_set_hash_ipportip.c98 if (!ip_set_get_ip4_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipportip4_kadt()
268 if (!ip_set_get_ip6_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipportip6_kadt()
A Dip_set_hash_netport.c143 if (!ip_set_get_ip4_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_netport4_kadt()
363 if (!ip_set_get_ip6_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_netport6_kadt()
A Dip_set_hash_netnet.c158 ip4addrptr(skb, opt->flags & IPSET_DIM_TWO_SRC, &e.ip[1]); in hash_netnet4_kadt()
397 ip6addrptr(skb, opt->flags & IPSET_DIM_TWO_SRC, &e.ip[1].in6); in hash_netnet6_kadt()
A Dip_set_hash_ipportnet.c148 if (!ip_set_get_ip4_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipportnet4_kadt()
405 if (!ip_set_get_ip6_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipportnet6_kadt()
A Dip_set_hash_netportnet.c164 if (!ip_set_get_ip4_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_netportnet4_kadt()
459 if (!ip_set_get_ip6_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_netportnet6_kadt()
A Dip_set_bitmap_ipmac.c229 if (opt->flags & IPSET_DIM_TWO_SRC) in bitmap_ipmac_kadt()
A Dip_set_hash_netiface.c176 #define SRCDIR (opt->flags & IPSET_DIM_TWO_SRC) in hash_netiface4_kadt()
/linux-6.3-rc2/include/uapi/linux/netfilter/ipset/
A Dip_set.h255 IPSET_DIM_TWO_SRC = (1 << IPSET_DIM_TWO), enumerator

Completed in 15 milliseconds