Searched refs:IPSET_PROTOCOL (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/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() 736 nla_get_u8(tb[IPSET_ATTR_PROTOCOL]) != IPSET_PROTOCOL; in protocol_failed() 1345 if (nla_put_u8(skb, IPSET_ATTR_PROTOCOL, IPSET_PROTOCOL) || in ip_set_dump_start() 1676 if (nla_put_u8(skb2, IPSET_ATTR_PROTOCOL, IPSET_PROTOCOL) || in ip_set_header() 1736 if (nla_put_u8(skb2, IPSET_ATTR_PROTOCOL, IPSET_PROTOCOL) || in ip_set_type() 1785 if (nla_put_u8(skb2, IPSET_ATTR_PROTOCOL, IPSET_PROTOCOL)) in ip_set_protocol() 1917 if (req_version->version != IPSET_PROTOCOL) { in ip_set_sockfn_get() 1932 req_version->version = IPSET_PROTOCOL; in ip_set_sockfn_get() 2076 pr_info("ip_set: protocol %u\n", IPSET_PROTOCOL); in ip_set_init()
|
D | ip_set_hash_mac.c | 128 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_ipmark.c | 276 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_ip.c | 276 .protocol = IPSET_PROTOCOL,
|
D | ip_set_bitmap_port.c | 268 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_ipport.c | 342 .protocol = IPSET_PROTOCOL,
|
D | ip_set_bitmap_ip.c | 334 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_net.c | 356 .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_netnet.c | 459 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_netport.c | 460 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_netiface.c | 462 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_ipportnet.c | 513 .protocol = IPSET_PROTOCOL,
|
D | ip_set_list_set.c | 634 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_netportnet.c | 557 .protocol = IPSET_PROTOCOL,
|
/linux-4.4.14/include/uapi/linux/netfilter/ipset/ |
D | ip_set.h | 16 #define IPSET_PROTOCOL 6 macro
|