Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/ipset/
H A Dip_set_hash_ipport.c66 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto)) in hash_ipport4_data_list()
133 if (tb[IPSET_ATTR_PROTO]) { in hash_ipport4_uadt()
134 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipport4_uadt()
224 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto)) in hash_ipport6_data_list()
302 if (tb[IPSET_ATTR_PROTO]) { in hash_ipport6_uadt()
303 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipport6_uadt()
353 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
363 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
H A Dip_set_hash_netport.c105 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netport4_data_list()
192 if (tb[IPSET_ATTR_PROTO]) { in hash_netport4_uadt()
193 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netport4_uadt()
327 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netport6_data_list()
419 if (tb[IPSET_ATTR_PROTO]) { in hash_netport6_uadt()
420 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netport6_uadt()
478 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
487 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
H A Dip_set_hash_ipportip.c67 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto)) in hash_ipportip4_data_list()
140 if (tb[IPSET_ATTR_PROTO]) { in hash_ipportip4_uadt()
141 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipportip4_uadt()
234 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto)) in hash_ipportip6_data_list()
317 if (tb[IPSET_ATTR_PROTO]) { in hash_ipportip6_uadt()
318 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipportip6_uadt()
378 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
H A Dip_set_hash_ipportnet.c109 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_ipportnet4_data_list()
202 if (tb[IPSET_ATTR_PROTO]) { in hash_ipportnet4_uadt()
203 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipportnet4_uadt()
361 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_ipportnet6_data_list()
465 if (tb[IPSET_ATTR_PROTO]) { in hash_ipportnet6_uadt()
466 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipportnet6_uadt()
537 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
H A Dip_set_hash_netportnet.c119 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netportnet4_data_list()
225 if (tb[IPSET_ATTR_PROTO]) { in hash_netportnet4_uadt()
226 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netportnet4_uadt()
409 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netportnet6_data_list()
521 if (tb[IPSET_ATTR_PROTO]) { in hash_netportnet6_uadt()
522 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netportnet6_uadt()
593 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
H A Dip_set_hash_netiface.c487 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
/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.h83 IPSET_ATTR_PROTO, /* 7 */ 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.h83 IPSET_ATTR_PROTO, /* 7 */ enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/ipset/
H A Dip_set.h87 IPSET_ATTR_PROTO, /* 7 */ enumerator