Searched refs:IPSET_PROTOCOL (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/net/netfilter/ipset/ |
D | ip_set_core.c | 197 if (type->protocol != IPSET_PROTOCOL) { in ip_set_type_register() 201 type->protocol, IPSET_PROTOCOL); in ip_set_type_register() 710 nla_get_u8(tb[IPSET_ATTR_PROTOCOL]) != IPSET_PROTOCOL; in protocol_failed() 1308 if (nla_put_u8(skb, IPSET_ATTR_PROTOCOL, IPSET_PROTOCOL) || in ip_set_dump_start() 1631 if (nla_put_u8(skb2, IPSET_ATTR_PROTOCOL, IPSET_PROTOCOL) || in ip_set_header() 1691 if (nla_put_u8(skb2, IPSET_ATTR_PROTOCOL, IPSET_PROTOCOL) || in ip_set_type() 1740 if (nla_put_u8(skb2, IPSET_ATTR_PROTOCOL, IPSET_PROTOCOL)) in ip_set_protocol() 1872 if (req_version->version != IPSET_PROTOCOL) { in ip_set_sockfn_get() 1887 req_version->version = IPSET_PROTOCOL; in ip_set_sockfn_get() 2028 pr_info("ip_set: protocol %u\n", IPSET_PROTOCOL); in ip_set_init()
|
D | ip_set_hash_mac.c | 130 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_ip.c | 280 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_ipmark.c | 285 .protocol = IPSET_PROTOCOL,
|
D | ip_set_bitmap_port.c | 277 .protocol = IPSET_PROTOCOL,
|
D | ip_set_bitmap_ipmac.c | 378 .protocol = IPSET_PROTOCOL,
|
D | ip_set_bitmap_ip.c | 340 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_ipport.c | 352 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_net.c | 363 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_ipportip.c | 364 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_netnet.c | 447 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_netport.c | 470 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_netiface.c | 588 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_ipportnet.c | 519 .protocol = IPSET_PROTOCOL,
|
D | ip_set_hash_netportnet.c | 549 .protocol = IPSET_PROTOCOL,
|
D | ip_set_list_set.c | 659 .protocol = IPSET_PROTOCOL,
|
/linux-4.1.27/include/uapi/linux/netfilter/ipset/ |
D | ip_set.h | 16 #define IPSET_PROTOCOL 6 macro
|