Searched refs:IPSET_ATTR_PROTO (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/net/netfilter/ipset/ |
| D | ip_set_hash_ipport.c | 66 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto)) in hash_ipport4_data_list() 133 if (tb[IPSET_ATTR_PROTO]) { in hash_ipport4_uadt() 134 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipport4_uadt() 221 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto)) in hash_ipport6_data_list() 299 if (tb[IPSET_ATTR_PROTO]) { in hash_ipport6_uadt() 300 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipport6_uadt() 350 [IPSET_ATTR_PROTO] = { .type = NLA_U8 }, 360 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
|
| D | ip_set_hash_ipportip.c | 67 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto)) in hash_ipportip4_data_list() 140 if (tb[IPSET_ATTR_PROTO]) { in hash_ipportip4_uadt() 141 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipportip4_uadt() 231 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto)) in hash_ipportip6_data_list() 314 if (tb[IPSET_ATTR_PROTO]) { in hash_ipportip6_uadt() 315 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipportip6_uadt() 375 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
|
| D | ip_set_hash_netport.c | 105 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netport4_data_list() 191 if (tb[IPSET_ATTR_PROTO]) { in hash_netport4_uadt() 192 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netport4_uadt() 318 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netport6_data_list() 410 if (tb[IPSET_ATTR_PROTO]) { in hash_netport6_uadt() 411 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netport6_uadt() 469 [IPSET_ATTR_PROTO] = { .type = NLA_U8 }, 478 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
|
| D | ip_set_hash_ipportnet.c | 109 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_ipportnet4_data_list() 202 if (tb[IPSET_ATTR_PROTO]) { in hash_ipportnet4_uadt() 203 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipportnet4_uadt() 358 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_ipportnet6_data_list() 462 if (tb[IPSET_ATTR_PROTO]) { in hash_ipportnet6_uadt() 463 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipportnet6_uadt() 534 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
|
| D | ip_set_hash_netportnet.c | 119 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netportnet4_data_list() 224 if (tb[IPSET_ATTR_PROTO]) { in hash_netportnet4_uadt() 225 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netportnet4_uadt() 395 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netportnet6_data_list() 507 if (tb[IPSET_ATTR_PROTO]) { in hash_netportnet6_uadt() 508 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netportnet6_uadt() 579 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
|
| D | ip_set_hash_netiface.c | 466 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
|
| /Linux-v5.4/include/uapi/linux/netfilter/ipset/ |
| D | ip_set.h | 87 IPSET_ATTR_PROTO, /* 7 */ enumerator
|