Searched refs:IPSET_ATTR_PROTOCOL (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_core.c | 735 return !tb[IPSET_ATTR_PROTOCOL] || in protocol_failed() 736 nla_get_u8(tb[IPSET_ATTR_PROTOCOL]) != IPSET_PROTOCOL; in protocol_failed() 768 [IPSET_ATTR_PROTOCOL] = { .type = NLA_U8 }, 963 [IPSET_ATTR_PROTOCOL] = { .type = NLA_U8 }, 1088 [IPSET_ATTR_PROTOCOL] = { .type = NLA_U8 }, 1345 if (nla_put_u8(skb, IPSET_ATTR_PROTOCOL, IPSET_PROTOCOL) || in ip_set_dump_start() 1436 [IPSET_ATTR_PROTOCOL] = { .type = NLA_U8 }, 1676 if (nla_put_u8(skb2, IPSET_ATTR_PROTOCOL, IPSET_PROTOCOL) || in ip_set_header() 1700 [IPSET_ATTR_PROTOCOL] = { .type = NLA_U8 }, 1736 if (nla_put_u8(skb2, IPSET_ATTR_PROTOCOL, IPSET_PROTOCOL) || in ip_set_type() [all …]
|
/linux-4.4.14/include/uapi/linux/netfilter/ipset/ |
D | ip_set.h | 56 IPSET_ATTR_PROTOCOL, /* 1: Protocol version */ enumerator
|