Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/netfilter/ipset/
Dip_set.h246 IPSET_DIM_TWO_SRC = (1 << IPSET_DIM_TWO), enumerator
/linux-4.1.27/net/netfilter/ipset/
Dip_set_hash_ipport.c101 if (!ip_set_get_ip4_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipport4_kadt()
268 if (!ip_set_get_ip6_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipport6_kadt()
Dip_set_hash_ipportip.c102 if (!ip_set_get_ip4_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipportip4_kadt()
275 if (!ip_set_get_ip6_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipportip6_kadt()
Dip_set_hash_netnet.c151 ip4addrptr(skb, opt->flags & IPSET_DIM_TWO_SRC, &e.ip[1]); in hash_netnet4_kadt()
382 ip6addrptr(skb, opt->flags & IPSET_DIM_TWO_SRC, &e.ip[1].in6); in hash_netnet6_kadt()
Dip_set_hash_netport.c147 if (!ip_set_get_ip4_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_netport4_kadt()
367 if (!ip_set_get_ip6_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_netport6_kadt()
Dip_set_hash_ipportnet.c152 if (!ip_set_get_ip4_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipportnet4_kadt()
408 if (!ip_set_get_ip6_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipportnet6_kadt()
Dip_set_hash_netportnet.c161 if (!ip_set_get_ip4_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_netportnet4_kadt()
438 if (!ip_set_get_ip6_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_netportnet6_kadt()
Dip_set_bitmap_ipmac.c212 if (!(opt->flags & IPSET_DIM_TWO_SRC)) in bitmap_ipmac_kadt()
Dip_set_hash_netiface.c254 #define SRCDIR (opt->flags & IPSET_DIM_TWO_SRC) in hash_netiface4_kadt()