Searched refs:IPSET_ATTR_PROTO (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_hash_ipport.c | 70 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto)) in hash_ipport4_data_list() 137 if (tb[IPSET_ATTR_PROTO]) { in hash_ipport4_uadt() 138 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipport4_uadt() 225 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto)) in hash_ipport6_data_list() 303 if (tb[IPSET_ATTR_PROTO]) { in hash_ipport6_uadt() 304 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipport6_uadt() 354 [IPSET_ATTR_PROTO] = { .type = NLA_U8 }, 364 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
|
D | ip_set_hash_ipportip.c | 71 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto)) in hash_ipportip4_data_list() 144 if (tb[IPSET_ATTR_PROTO]) { in hash_ipportip4_uadt() 145 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipportip4_uadt() 235 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto)) in hash_ipportip6_data_list() 318 if (tb[IPSET_ATTR_PROTO]) { in hash_ipportip6_uadt() 319 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipportip6_uadt() 379 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
|
D | ip_set_hash_netport.c | 109 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netport4_data_list() 195 if (tb[IPSET_ATTR_PROTO]) { in hash_netport4_uadt() 196 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netport4_uadt() 321 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netport6_data_list() 413 if (tb[IPSET_ATTR_PROTO]) { in hash_netport6_uadt() 414 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netport6_uadt() 472 [IPSET_ATTR_PROTO] = { .type = NLA_U8 }, 481 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
|
D | ip_set_hash_ipportnet.c | 113 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_ipportnet4_data_list() 206 if (tb[IPSET_ATTR_PROTO]) { in hash_ipportnet4_uadt() 207 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipportnet4_uadt() 362 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_ipportnet6_data_list() 466 if (tb[IPSET_ATTR_PROTO]) { in hash_ipportnet6_uadt() 467 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipportnet6_uadt() 538 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
|
D | ip_set_hash_netportnet.c | 123 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netportnet4_data_list() 228 if (tb[IPSET_ATTR_PROTO]) { in hash_netportnet4_uadt() 229 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netportnet4_uadt() 398 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netportnet6_data_list() 510 if (tb[IPSET_ATTR_PROTO]) { in hash_netportnet6_uadt() 511 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netportnet6_uadt() 582 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
|
D | ip_set_hash_netiface.c | 475 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
|
/linux-4.4.14/include/uapi/linux/netfilter/ipset/ |
D | ip_set.h | 82 IPSET_ATTR_PROTO, /* 7 */ enumerator
|