Searched refs:ip_set_attr_netorder (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/net/netfilter/ipset/ |
| D | ip_set_bitmap_port.c | 140 if (unlikely(!ip_set_attr_netorder(tb, IPSET_ATTR_PORT) || in bitmap_port_uadt() 229 if (unlikely(!ip_set_attr_netorder(tb, IPSET_ATTR_PORT) || in bitmap_port_create() 230 !ip_set_attr_netorder(tb, IPSET_ATTR_PORT_TO) || in bitmap_port_create()
|
| D | ip_set_hash_ipmark.c | 110 !ip_set_attr_netorder(tb, IPSET_ATTR_MARK))) in hash_ipmark4_uadt() 235 !ip_set_attr_netorder(tb, IPSET_ATTR_MARK))) in hash_ipmark6_uadt()
|
| D | ip_set_hash_ipport.c | 119 !ip_set_attr_netorder(tb, IPSET_ATTR_PORT) || in hash_ipport4_uadt() 277 !ip_set_attr_netorder(tb, IPSET_ATTR_PORT) || in hash_ipport6_uadt()
|
| D | ip_set_hash_ipportip.c | 122 !ip_set_attr_netorder(tb, IPSET_ATTR_PORT) || in hash_ipportip4_uadt() 288 !ip_set_attr_netorder(tb, IPSET_ATTR_PORT) || in hash_ipportip6_uadt()
|
| D | ip_set_hash_netport.c | 169 !ip_set_attr_netorder(tb, IPSET_ATTR_PORT) || in hash_netport4_uadt() 385 !ip_set_attr_netorder(tb, IPSET_ATTR_PORT) || in hash_netport6_uadt()
|
| D | ip_set_hash_ipportnet.c | 176 !ip_set_attr_netorder(tb, IPSET_ATTR_PORT) || in hash_ipportnet4_uadt() 426 !ip_set_attr_netorder(tb, IPSET_ATTR_PORT) || in hash_ipportnet6_uadt()
|
| D | ip_set_hash_netportnet.c | 193 !ip_set_attr_netorder(tb, IPSET_ATTR_PORT) || in hash_netportnet4_uadt() 471 !ip_set_attr_netorder(tb, IPSET_ATTR_PORT) || in hash_netportnet6_uadt()
|
| D | ip_set_core.c | 302 if (unlikely(!ip_set_attr_netorder(tb, IPSET_ATTR_IPADDR_IPV4))) in ip_set_get_ipaddr4() 321 if (unlikely(!ip_set_attr_netorder(tb, IPSET_ATTR_IPADDR_IPV6))) in ip_set_get_ipaddr6()
|
| /Linux-v5.4/include/linux/netfilter/ipset/ |
| D | ip_set.h | 377 ip_set_attr_netorder(struct nlattr *tb[], int type) in ip_set_attr_netorder() function
|