Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/ipset/
H 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()
H A Dip_set_hash_ipport.c95 if (!ip_set_get_ip4_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipport4_kadt()
256 if (!ip_set_get_ip6_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipport6_kadt()
H A Dip_set_hash_ipportip.c97 if (!ip_set_get_ip4_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipportip4_kadt()
266 if (!ip_set_get_ip6_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipportip6_kadt()
H A Dip_set_hash_netport.c142 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()
H A Dip_set_hash_netnet.c154 ip4addrptr(skb, opt->flags & IPSET_DIM_TWO_SRC, &e.ip[1]); in hash_netnet4_kadt()
402 ip6addrptr(skb, opt->flags & IPSET_DIM_TWO_SRC, &e.ip[1].in6); in hash_netnet6_kadt()
H A Dip_set_hash_ipportnet.c147 if (!ip_set_get_ip4_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipportnet4_kadt()
401 if (!ip_set_get_ip6_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipportnet6_kadt()
H A Dip_set_hash_netportnet.c163 if (!ip_set_get_ip4_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_netportnet4_kadt()
456 if (!ip_set_get_ip6_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_netportnet6_kadt()
H A Dip_set_bitmap_ipmac.c229 if (opt->flags & IPSET_DIM_TWO_SRC) in bitmap_ipmac_kadt()
H A Dip_set_hash_netiface.c175 #define SRCDIR (opt->flags & IPSET_DIM_TWO_SRC) in hash_netiface4_kadt()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter/ipset/
H A Dip_set.h248 IPSET_DIM_TWO_SRC = (1 << IPSET_DIM_TWO), enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter/ipset/
H A Dip_set.h248 IPSET_DIM_TWO_SRC = (1 << IPSET_DIM_TWO), enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/ipset/
H A Dip_set.h255 IPSET_DIM_TWO_SRC = (1 << IPSET_DIM_TWO), enumerator