Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/ipset/
H A Dip_set_bitmap_port.c88 return nla_put_net16(skb, IPSET_ATTR_PORT, in bitmap_port_do_list()
95 return nla_put_net16(skb, IPSET_ATTR_PORT, htons(map->first_port)) || in bitmap_port_do_head()
167 if (unlikely(!ip_set_attr_netorder(tb, IPSET_ATTR_PORT) || in bitmap_port_uadt()
171 port = ip_set_get_h16(tb[IPSET_ATTR_PORT]); in bitmap_port_uadt()
256 if (unlikely(!ip_set_attr_netorder(tb, IPSET_ATTR_PORT) || in bitmap_port_create()
262 first_port = ip_set_get_h16(tb[IPSET_ATTR_PORT]); in bitmap_port_create()
297 [IPSET_ATTR_PORT] = { .type = NLA_U16 },
303 [IPSET_ATTR_PORT] = { .type = NLA_U16 },
H A Dip_set_hash_ipport.c65 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_ipport4_data_list()
119 !ip_set_attr_netorder(tb, IPSET_ATTR_PORT) || in hash_ipport4_uadt()
131 e.port = nla_get_be16(tb[IPSET_ATTR_PORT]); in hash_ipport4_uadt()
223 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_ipport6_data_list()
280 !ip_set_attr_netorder(tb, IPSET_ATTR_PORT) || in hash_ipport6_uadt()
300 e.port = nla_get_be16(tb[IPSET_ATTR_PORT]); in hash_ipport6_uadt()
360 [IPSET_ATTR_PORT] = { .type = NLA_U16 },
H A Dip_set_hash_ipportip.c66 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_ipportip4_data_list()
122 !ip_set_attr_netorder(tb, IPSET_ATTR_PORT) || in hash_ipportip4_uadt()
138 e.port = nla_get_be16(tb[IPSET_ATTR_PORT]); in hash_ipportip4_uadt()
233 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_ipportip6_data_list()
291 !ip_set_attr_netorder(tb, IPSET_ATTR_PORT) || in hash_ipportip6_uadt()
315 e.port = nla_get_be16(tb[IPSET_ATTR_PORT]); in hash_ipportip6_uadt()
375 [IPSET_ATTR_PORT] = { .type = NLA_U16 },
H A Dip_set_hash_netport.c103 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_netport4_data_list()
170 !ip_set_attr_netorder(tb, IPSET_ATTR_PORT) || in hash_netport4_uadt()
190 e.port = nla_get_be16(tb[IPSET_ATTR_PORT]); in hash_netport4_uadt()
325 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_netport6_data_list()
394 !ip_set_attr_netorder(tb, IPSET_ATTR_PORT) || in hash_netport6_uadt()
417 e.port = nla_get_be16(tb[IPSET_ATTR_PORT]); in hash_netport6_uadt()
485 [IPSET_ATTR_PORT] = { .type = NLA_U16 },
H A Dip_set_hash_ipportnet.c107 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_ipportnet4_data_list()
176 !ip_set_attr_netorder(tb, IPSET_ATTR_PORT) || in hash_ipportnet4_uadt()
200 e.port = nla_get_be16(tb[IPSET_ATTR_PORT]); in hash_ipportnet4_uadt()
359 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_ipportnet6_data_list()
429 !ip_set_attr_netorder(tb, IPSET_ATTR_PORT) || in hash_ipportnet6_uadt()
463 e.port = nla_get_be16(tb[IPSET_ATTR_PORT]); in hash_ipportnet6_uadt()
533 [IPSET_ATTR_PORT] = { .type = NLA_U16 },
H A Dip_set_hash_netportnet.c116 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_netportnet4_data_list()
194 !ip_set_attr_netorder(tb, IPSET_ATTR_PORT) || in hash_netportnet4_uadt()
223 e.port = nla_get_be16(tb[IPSET_ATTR_PORT]); in hash_netportnet4_uadt()
406 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_netportnet6_data_list()
485 !ip_set_attr_netorder(tb, IPSET_ATTR_PORT) || in hash_netportnet6_uadt()
519 e.port = nla_get_be16(tb[IPSET_ATTR_PORT]); in hash_netportnet6_uadt()
589 [IPSET_ATTR_PORT] = { .type = NLA_U16 },
/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.h79 IPSET_ATTR_PORT, /* 4 */ enumerator
80 IPSET_ATTR_PORT_FROM = IPSET_ATTR_PORT,
/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.h79 IPSET_ATTR_PORT, /* 4 */ enumerator
80 IPSET_ATTR_PORT_FROM = IPSET_ATTR_PORT,
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/ipset/
H A Dip_set.h83 IPSET_ATTR_PORT, /* 4 */ enumerator
84 IPSET_ATTR_PORT_FROM = IPSET_ATTR_PORT,