Searched refs:IPSET_ATTR_SKBMARK (Results 1 – 19 of 19) sorted by relevance
/Linux-v4.19/net/netfilter/ipset/ |
D | ip_set_hash_ipmac.c | 130 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_ipmac4_uadt() 249 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_ipmac6_uadt() 295 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_hash_mac.c | 150 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_bitmap_port.c | 288 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_hash_ipmark.c | 303 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_hash_ip.c | 304 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_bitmap_ip.c | 357 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_hash_ipport.c | 371 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_hash_net.c | 380 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_bitmap_ipmac.c | 403 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_hash_ipportip.c | 386 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_hash_netiface.c | 487 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_hash_netnet.c | 487 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_hash_netport.c | 491 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_hash_ipportnet.c | 546 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_core.c | 402 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in ip_set_get_extensions() 427 if (tb[IPSET_ATTR_SKBMARK]) { in ip_set_get_extensions() 430 fullmark = be64_to_cpu(nla_get_be64(tb[IPSET_ATTR_SKBMARK])); in ip_set_get_extensions()
|
D | ip_set_list_set.c | 659 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_hash_netportnet.c | 591 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
/Linux-v4.19/include/linux/netfilter/ipset/ |
D | ip_set_skbinfo.h | 26 nla_put_net64(skb, IPSET_ATTR_SKBMARK, in ip_set_put_skbinfo()
|
/Linux-v4.19/include/uapi/linux/netfilter/ipset/ |
D | ip_set.h | 119 IPSET_ATTR_SKBMARK, enumerator
|