/kernel/linux/linux-5.10/net/netfilter/ipset/ |
H A D | ip_set_bitmap_port.c | 88 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() 96 nla_put_net16(skb, IPSET_ATTR_PORT_TO, htons(map->last_port)); in bitmap_port_do_head()
|
H A D | ip_set_hash_ipportip.c | 66 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_ipportip4_data_list() 234 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_ipportip6_data_list()
|
H A D | ip_set_hash_ipport.c | 65 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_ipport4_data_list() 224 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_ipport6_data_list()
|
H A D | ip_set_hash_netport.c | 103 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_netport4_data_list() 320 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_netport6_data_list()
|
H A D | ip_set_hash_ipportnet.c | 107 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_ipportnet4_data_list() 362 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_ipportnet6_data_list()
|
H A D | ip_set_hash_netportnet.c | 117 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_netportnet4_data_list() 409 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_netportnet6_data_list()
|
H A D | ip_set_core.c | 553 nla_put_net16(skb, IPSET_ATTR_SKBQUEUE, in ip_set_put_skbinfo() 1637 nla_put_net16(skb, IPSET_ATTR_INDEX, htons(index))) in ip_set_dump_do() 2092 nla_put_net16(skb2, IPSET_ATTR_INDEX, htons(id))) in ip_set_byname()
|
/kernel/linux/linux-6.6/net/netfilter/ipset/ |
H A D | ip_set_bitmap_port.c | 88 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() 96 nla_put_net16(skb, IPSET_ATTR_PORT_TO, htons(map->last_port)); in bitmap_port_do_head()
|
H A D | ip_set_hash_netport.c | 104 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_netport4_data_list() 321 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_netport6_data_list()
|
H A D | ip_set_hash_ipport.c | 69 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_ipport4_data_list() 236 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_ipport6_data_list()
|
H A D | ip_set_hash_ipportip.c | 67 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_ipportip4_data_list() 235 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_ipportip6_data_list()
|
H A D | ip_set_hash_netportnet.c | 118 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_netportnet4_data_list() 410 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_netportnet6_data_list()
|
H A D | ip_set_hash_ipportnet.c | 108 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_ipportnet4_data_list() 363 nla_put_net16(skb, IPSET_ATTR_PORT, data->port) || in hash_ipportnet6_data_list()
|
H A D | ip_set_core.c | 553 nla_put_net16(skb, IPSET_ATTR_SKBQUEUE, in ip_set_put_skbinfo() 1627 nla_put_net16(skb, IPSET_ATTR_INDEX, htons(index))) in ip_set_dump_do() 2052 nla_put_net16(skb2, IPSET_ATTR_INDEX, htons(id))) in ip_set_byname()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | netlink.h | 1276 * nla_put_net16 - Add 16-bit network byte order netlink attribute to a socket buffer 1281 static inline int nla_put_net16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_net16() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | netlink.h | 1322 * nla_put_net16 - Add 16-bit network byte order netlink attribute to a socket buffer 1327 static inline int nla_put_net16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_net16() function
|