Searched refs:IPSET_DIM_TWO_SRC (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/net/netfilter/ipset/ |
| D | ip_set_hash_ipmac.c | 96 if (opt->flags & IPSET_DIM_TWO_SRC) in hash_ipmac4_kadt() 212 if (opt->flags & IPSET_DIM_TWO_SRC) in hash_ipmac6_kadt()
|
| D | ip_set_hash_ipport.c | 95 if (!ip_set_get_ip4_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipport4_kadt() 253 if (!ip_set_get_ip6_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipport6_kadt()
|
| D | ip_set_hash_ipportip.c | 97 if (!ip_set_get_ip4_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipportip4_kadt() 263 if (!ip_set_get_ip6_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipportip6_kadt()
|
| D | ip_set_hash_netnet.c | 154 ip4addrptr(skb, opt->flags & IPSET_DIM_TWO_SRC, &e.ip[1]); in hash_netnet4_kadt() 388 ip6addrptr(skb, opt->flags & IPSET_DIM_TWO_SRC, &e.ip[1].in6); in hash_netnet6_kadt()
|
| D | ip_set_hash_netport.c | 142 if (!ip_set_get_ip4_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_netport4_kadt() 358 if (!ip_set_get_ip6_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_netport6_kadt()
|
| D | ip_set_hash_ipportnet.c | 147 if (!ip_set_get_ip4_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipportnet4_kadt() 398 if (!ip_set_get_ip6_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipportnet6_kadt()
|
| D | ip_set_hash_netportnet.c | 163 if (!ip_set_get_ip4_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_netportnet4_kadt() 442 if (!ip_set_get_ip6_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_netportnet6_kadt()
|
| D | ip_set_bitmap_ipmac.c | 229 if (opt->flags & IPSET_DIM_TWO_SRC) in bitmap_ipmac_kadt()
|
| D | ip_set_hash_netiface.c | 170 #define SRCDIR (opt->flags & IPSET_DIM_TWO_SRC) in hash_netiface4_kadt()
|
| /Linux-v5.4/include/uapi/linux/netfilter/ipset/ |
| D | ip_set.h | 253 IPSET_DIM_TWO_SRC = (1 << IPSET_DIM_TWO), enumerator
|