Home
last modified time | relevance | path

Searched refs:IPSET_ATTR_PROTO (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/net/netfilter/ipset/
Dip_set_hash_ipport.c67 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto)) in hash_ipport4_data_list()
134 if (tb[IPSET_ATTR_PROTO]) { in hash_ipport4_uadt()
135 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()
356 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
366 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
Dip_set_hash_netport.c106 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netport4_data_list()
193 if (tb[IPSET_ATTR_PROTO]) { in hash_netport4_uadt()
194 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netport4_uadt()
328 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netport6_data_list()
420 if (tb[IPSET_ATTR_PROTO]) { in hash_netport6_uadt()
421 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netport6_uadt()
481 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
490 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
Dip_set_hash_ipportip.c68 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto)) in hash_ipportip4_data_list()
141 if (tb[IPSET_ATTR_PROTO]) { in hash_ipportip4_uadt()
142 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()
381 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
Dip_set_hash_ipportnet.c110 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_ipportnet4_data_list()
203 if (tb[IPSET_ATTR_PROTO]) { in hash_ipportnet4_uadt()
204 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()
540 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
Dip_set_hash_netportnet.c120 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netportnet4_data_list()
226 if (tb[IPSET_ATTR_PROTO]) { in hash_netportnet4_uadt()
227 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netportnet4_uadt()
410 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netportnet6_data_list()
522 if (tb[IPSET_ATTR_PROTO]) { in hash_netportnet6_uadt()
523 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netportnet6_uadt()
596 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
Dip_set_hash_netiface.c490 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
/Linux-v6.1/include/uapi/linux/netfilter/ipset/
Dip_set.h83 IPSET_ATTR_PROTO, /* 7 */ enumerator