Searched refs:IPSET_PROTOCOL (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/net/netfilter/ipset/ |
D | ip_set_core.c | 199 if (type->protocol != IPSET_PROTOCOL) { in ip_set_type_register() 203 type->protocol, IPSET_PROTOCOL); in ip_set_type_register() 775 nla_get_u8(tb[IPSET_ATTR_PROTOCOL]) != IPSET_PROTOCOL; in protocol_failed() 1392 if (nla_put_u8(skb, IPSET_ATTR_PROTOCOL, IPSET_PROTOCOL) || in ip_set_dump_start() 1720 if (nla_put_u8(skb2, IPSET_ATTR_PROTOCOL, IPSET_PROTOCOL) || in ip_set_header() 1780 if (nla_put_u8(skb2, IPSET_ATTR_PROTOCOL, IPSET_PROTOCOL) || in ip_set_type() 1829 if (nla_put_u8(skb2, IPSET_ATTR_PROTOCOL, IPSET_PROTOCOL)) in ip_set_protocol() 1961 if (req_version->version != IPSET_PROTOCOL) { in ip_set_sockfn_get() 1976 req_version->version = IPSET_PROTOCOL; in ip_set_sockfn_get() 2141 MODULE_DESCRIPTION("ip_set: protocol " __stringify(IPSET_PROTOCOL));
|
D | ip_set_hash_mac.c | 126 .protocol = IPSET_PROTOCOL,
|
D | ip_set_bitmap_port.c | 266 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_ipmark.c | 276 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_ip.c | 278 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_ipmac.c | 271 .protocol = IPSET_PROTOCOL,
|
D | ip_set_bitmap_ip.c | 332 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_ipport.c | 342 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_net.c | 355 .protocol = IPSET_PROTOCOL,
|
D | ip_set_bitmap_ipmac.c | 379 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_ipportip.c | 357 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_netiface.c | 457 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_netnet.c | 459 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_netport.c | 461 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_ipportnet.c | 513 .protocol = IPSET_PROTOCOL,
|
D | ip_set_list_set.c | 635 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_netportnet.c | 558 .protocol = IPSET_PROTOCOL,
|
/Linux-v4.19/include/uapi/linux/netfilter/ipset/ |
D | ip_set.h | 17 #define IPSET_PROTOCOL 6 macro
|