Searched refs:IPSET_PROTOCOL (Results 1 – 18 of 18) sorted by relevance
| /Linux-v5.4/net/netfilter/ipset/ |
| D | ip_set_hash_mac.c | 122 .protocol = IPSET_PROTOCOL,
|
| D | ip_set_core.c | 200 if (type->protocol != IPSET_PROTOCOL) { in ip_set_type_register() 204 type->protocol, IPSET_PROTOCOL); in ip_set_type_register() 779 return !tb[IPSET_ATTR_PROTOCOL] || protocol(tb) != IPSET_PROTOCOL; in protocol_failed() 1824 if (nla_put_u8(skb2, IPSET_ATTR_PROTOCOL, IPSET_PROTOCOL)) in ip_set_protocol() 2086 req_version->version = IPSET_PROTOCOL; in ip_set_sockfn_get() 2255 MODULE_DESCRIPTION("ip_set: protocol " __stringify(IPSET_PROTOCOL));
|
| D | ip_set_bitmap_port.c | 262 .protocol = IPSET_PROTOCOL,
|
| D | ip_set_hash_ip.c | 274 .protocol = IPSET_PROTOCOL,
|
| D | ip_set_hash_ipmac.c | 265 .protocol = IPSET_PROTOCOL,
|
| D | ip_set_hash_ipmark.c | 271 .protocol = IPSET_PROTOCOL,
|
| D | ip_set_bitmap_ip.c | 329 .protocol = IPSET_PROTOCOL,
|
| D | ip_set_hash_ipport.c | 338 .protocol = IPSET_PROTOCOL,
|
| D | ip_set_hash_net.c | 351 .protocol = IPSET_PROTOCOL,
|
| D | ip_set_hash_ipportip.c | 353 .protocol = IPSET_PROTOCOL,
|
| D | ip_set_bitmap_ipmac.c | 378 .protocol = IPSET_PROTOCOL,
|
| D | ip_set_hash_netiface.c | 453 .protocol = IPSET_PROTOCOL,
|
| D | ip_set_hash_netnet.c | 456 .protocol = IPSET_PROTOCOL,
|
| D | ip_set_hash_netport.c | 457 .protocol = IPSET_PROTOCOL,
|
| D | ip_set_hash_ipportnet.c | 509 .protocol = IPSET_PROTOCOL,
|
| D | ip_set_hash_netportnet.c | 554 .protocol = IPSET_PROTOCOL,
|
| D | ip_set_list_set.c | 636 .protocol = IPSET_PROTOCOL,
|
| /Linux-v5.4/include/uapi/linux/netfilter/ipset/ |
| D | ip_set.h | 17 #define IPSET_PROTOCOL 7 macro
|