Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/netfilter/ipset/
A Dip_set_hash_ipport.c70 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto)) in hash_ipport4_data_list()
145 if (tb[IPSET_ATTR_PROTO]) { in hash_ipport4_uadt()
146 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipport4_uadt()
237 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto)) in hash_ipport6_data_list()
324 if (tb[IPSET_ATTR_PROTO]) { in hash_ipport6_uadt()
325 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipport6_uadt()
377 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
389 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
A Dip_set_hash_netport.c106 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netport4_data_list()
192 if (tb[IPSET_ATTR_PROTO]) { in hash_netport4_uadt()
193 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netport4_uadt()
323 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netport6_data_list()
415 if (tb[IPSET_ATTR_PROTO]) { in hash_netport6_uadt()
416 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netport6_uadt()
476 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
485 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
A 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()
236 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto)) in hash_ipportip6_data_list()
319 if (tb[IPSET_ATTR_PROTO]) { in hash_ipportip6_uadt()
320 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipportip6_uadt()
382 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
A 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()
365 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_ipportnet6_data_list()
469 if (tb[IPSET_ATTR_PROTO]) { in hash_ipportnet6_uadt()
470 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipportnet6_uadt()
543 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
A Dip_set_hash_netportnet.c120 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netportnet4_data_list()
235 if (tb[IPSET_ATTR_PROTO]) { in hash_netportnet4_uadt()
236 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netportnet4_uadt()
412 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netportnet6_data_list()
524 if (tb[IPSET_ATTR_PROTO]) { in hash_netportnet6_uadt()
525 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netportnet6_uadt()
598 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
A Dip_set_hash_netiface.c487 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
/linux-6.3-rc2/include/uapi/linux/netfilter/ipset/
A Dip_set.h83 IPSET_ATTR_PROTO, /* 7 */ enumerator

Completed in 12 milliseconds