Home
last modified time | relevance | path

Searched refs:ip_set_get_h16 (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/net/netfilter/ipset/
Dip_set_bitmap_port.c148 port = ip_set_get_h16(tb[IPSET_ATTR_PORT]); in bitmap_port_uadt()
161 port_to = ip_set_get_h16(tb[IPSET_ATTR_PORT_TO]); in bitmap_port_uadt()
239 first_port = ip_set_get_h16(tb[IPSET_ATTR_PORT]); in bitmap_port_create()
240 last_port = ip_set_get_h16(tb[IPSET_ATTR_PORT_TO]); in bitmap_port_create()
Dip_set_hash_ipport.c174 port_to = ip_set_get_h16(tb[IPSET_ATTR_PORT_TO]); in hash_ipport4_uadt()
322 port_to = ip_set_get_h16(tb[IPSET_ATTR_PORT_TO]); in hash_ipport6_uadt()
Dip_set_hash_ipportip.c181 port_to = ip_set_get_h16(tb[IPSET_ATTR_PORT_TO]); in hash_ipportip4_uadt()
337 port_to = ip_set_get_h16(tb[IPSET_ATTR_PORT_TO]); in hash_ipportip6_uadt()
Dip_set_hash_netport.c226 port_to = ip_set_get_h16(tb[IPSET_ATTR_PORT_TO]); in hash_netport4_uadt()
441 port_to = ip_set_get_h16(tb[IPSET_ATTR_PORT_TO]); in hash_netport6_uadt()
Dip_set_hash_ipportnet.c254 port_to = ip_set_get_h16(tb[IPSET_ATTR_PORT_TO]); in hash_ipportnet4_uadt()
493 port_to = ip_set_get_h16(tb[IPSET_ATTR_PORT_TO]); in hash_ipportnet6_uadt()
Dip_set_hash_netportnet.c273 port_to = ip_set_get_h16(tb[IPSET_ATTR_PORT_TO]); in hash_netportnet4_uadt()
538 port_to = ip_set_get_h16(tb[IPSET_ATTR_PORT_TO]); in hash_netportnet6_uadt()
/Linux-v4.19/include/linux/netfilter/ipset/
Dip_set.h399 ip_set_get_h16(const struct nlattr *attr) in ip_set_get_h16() function