Home
last modified time | relevance | path

Searched refs:IPSET_ATTR_SKBMARK (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.4/net/netfilter/ipset/
Dip_set_hash_ipmac.c124 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_ipmac4_uadt()
243 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_ipmac6_uadt()
289 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_mac.c146 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_bitmap_port.c284 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_ip.c300 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_ipmark.c298 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_bitmap_ip.c354 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_ipport.c367 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_net.c377 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_ipportip.c382 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_bitmap_ipmac.c402 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_netiface.c483 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_netnet.c485 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_netport.c487 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_ipportnet.c542 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_core.c403 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in ip_set_get_extensions()
428 if (tb[IPSET_ATTR_SKBMARK]) { in ip_set_get_extensions()
431 fullmark = be64_to_cpu(nla_get_be64(tb[IPSET_ATTR_SKBMARK])); in ip_set_get_extensions()
Dip_set_hash_netportnet.c587 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_list_set.c660 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
/Linux-v5.4/include/uapi/linux/netfilter/ipset/
Dip_set.h123 IPSET_ATTR_SKBMARK, enumerator
/Linux-v5.4/include/linux/netfilter/ipset/
Dip_set.h671 nla_put_net64(skb, IPSET_ATTR_SKBMARK, in ip_set_put_skbinfo()