Home
last modified time | relevance | path

Searched refs:nla_put_net16 (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/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()
96 nla_put_net16(skb, IPSET_ATTR_PORT_TO, htons(map->last_port)); in bitmap_port_do_head()
H A Dip_set_hash_ipportip.c66 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 Dip_set_hash_ipport.c65 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 Dip_set_hash_netport.c103 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 Dip_set_hash_ipportnet.c107 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 Dip_set_hash_netportnet.c117 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 Dip_set_core.c553 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 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()
96 nla_put_net16(skb, IPSET_ATTR_PORT_TO, htons(map->last_port)); in bitmap_port_do_head()
H A Dip_set_hash_netport.c104 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 Dip_set_hash_ipport.c69 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 Dip_set_hash_ipportip.c67 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 Dip_set_hash_netportnet.c118 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 Dip_set_hash_ipportnet.c108 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 Dip_set_core.c553 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 Dnetlink.h1276 * 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 Dnetlink.h1322 * 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

Completed in 21 milliseconds