Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/ipset/
Dip_set_hash_ipport.c70 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 },
Dip_set_hash_ipportip.c71 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 },
Dip_set_hash_netport.c109 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()
322 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netport6_data_list()
414 if (tb[IPSET_ATTR_PROTO]) { in hash_netport6_uadt()
415 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netport6_uadt()
473 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
482 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
Dip_set_hash_ipportnet.c113 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 },
Dip_set_hash_netportnet.c123 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()
399 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netportnet6_data_list()
511 if (tb[IPSET_ATTR_PROTO]) { in hash_netportnet6_uadt()
512 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netportnet6_uadt()
583 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
Dip_set_hash_netiface.c470 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
/Linux-v4.19/include/uapi/linux/netfilter/ipset/
Dip_set.h83 IPSET_ATTR_PROTO, /* 7 */ enumerator