Searched refs:IPSET_ATTR_PROTOCOL (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/netfilter/ipset/ |
D | ip_set_core.c | 709 return !tb[IPSET_ATTR_PROTOCOL] || in protocol_failed() 710 nla_get_u8(tb[IPSET_ATTR_PROTOCOL]) != IPSET_PROTOCOL; in protocol_failed() 742 [IPSET_ATTR_PROTOCOL] = { .type = NLA_U8 }, 943 [IPSET_ATTR_PROTOCOL] = { .type = NLA_U8 }, 1065 [IPSET_ATTR_PROTOCOL] = { .type = NLA_U8 }, 1308 if (nla_put_u8(skb, IPSET_ATTR_PROTOCOL, IPSET_PROTOCOL) || in ip_set_dump_start() 1392 [IPSET_ATTR_PROTOCOL] = { .type = NLA_U8 }, 1631 if (nla_put_u8(skb2, IPSET_ATTR_PROTOCOL, IPSET_PROTOCOL) || in ip_set_header() 1655 [IPSET_ATTR_PROTOCOL] = { .type = NLA_U8 }, 1691 if (nla_put_u8(skb2, IPSET_ATTR_PROTOCOL, IPSET_PROTOCOL) || in ip_set_type() [all …]
|
/linux-4.1.27/include/uapi/linux/netfilter/ipset/ |
D | ip_set.h | 56 IPSET_ATTR_PROTOCOL, /* 1: Protocol version */ enumerator
|