Searched refs:IPSET_PROTOCOL (Results 1 – 18 of 18) sorted by relevance
/linux/include/uapi/linux/netfilter/ipset/ |
H A D | ip_set.h | 13 #define IPSET_PROTOCOL 7 macro
|
/linux/net/netfilter/ipset/ |
H A D | ip_set_hash_mac.c | 122 .protocol = IPSET_PROTOCOL,
|
H A D | ip_set_core.c | 204 if (type->protocol != IPSET_PROTOCOL) { in ip_set_type_register() 208 type->protocol, IPSET_PROTOCOL); in ip_set_type_register() 951 return !tb[IPSET_ATTR_PROTOCOL] || protocol(tb) != IPSET_PROTOCOL; in protocol_failed() 2025 if (nla_put_u8(skb2, IPSET_ATTR_PROTOCOL, IPSET_PROTOCOL)) in ip_set_protocol() 2285 req_version->version = IPSET_PROTOCOL; in ip_set_sockfn_get() 2453 MODULE_DESCRIPTION("ip_set: protocol " __stringify(IPSET_PROTOCOL));
|
H A D | ip_set_hash_ipmark.c | 281 .protocol = IPSET_PROTOCOL,
|
H A D | ip_set_bitmap_port.c | 289 .protocol = IPSET_PROTOCOL,
|
H A D | ip_set_hash_ip.c | 276 .protocol = IPSET_PROTOCOL,
|
H A D | ip_set_hash_ipmac.c | 265 .protocol = IPSET_PROTOCOL,
|
H A D | ip_set_bitmap_ip.c | 341 .protocol = IPSET_PROTOCOL,
|
H A D | ip_set_hash_net.c | 358 .protocol = IPSET_PROTOCOL,
|
H A D | ip_set_bitmap_ipmac.c | 378 .protocol = IPSET_PROTOCOL,
|
H A D | ip_set_hash_ipportip.c | 358 .protocol = IPSET_PROTOCOL,
|
H A D | ip_set_hash_ipport.c | 363 .protocol = IPSET_PROTOCOL,
|
H A D | ip_set_hash_netiface.c | 472 .protocol = IPSET_PROTOCOL,
|
H A D | ip_set_hash_netport.c | 462 .protocol = IPSET_PROTOCOL,
|
H A D | ip_set_hash_netnet.c | 476 .protocol = IPSET_PROTOCOL,
|
H A D | ip_set_hash_ipportnet.c | 516 .protocol = IPSET_PROTOCOL,
|
H A D | ip_set_hash_netportnet.c | 572 .protocol = IPSET_PROTOCOL,
|
H A D | ip_set_list_set.c | 644 .protocol = IPSET_PROTOCOL,
|