Searched refs:IPSET_ATTR_SKBMARK (Results 1 – 18 of 18) sorted by relevance
| /linux-4.4.14/net/netfilter/ipset/ |
| D | ip_set_hash_mac.c | 152 [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 | 302 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
| D | ip_set_bitmap_port.c | 290 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
| D | ip_set_hash_ipport.c | 371 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
| D | ip_set_bitmap_ip.c | 359 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
| D | ip_set_hash_net.c | 381 [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_netnet.c | 487 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
| D | ip_set_hash_netport.c | 490 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
| D | ip_set_hash_netiface.c | 492 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
| D | ip_set_core.c | 400 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in ip_set_get_extensions() 425 if (tb[IPSET_ATTR_SKBMARK]) { in ip_set_get_extensions() 428 fullmark = be64_to_cpu(nla_get_be64(tb[IPSET_ATTR_SKBMARK])); in ip_set_get_extensions()
|
| D | ip_set_hash_ipportnet.c | 546 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
| D | ip_set_list_set.c | 658 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
| D | ip_set_hash_netportnet.c | 590 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
| /linux-4.4.14/include/uapi/linux/netfilter/ipset/ |
| D | ip_set.h | 118 IPSET_ATTR_SKBMARK, enumerator
|
| /linux-4.4.14/include/linux/netfilter/ipset/ |
| D | ip_set.h | 348 nla_put_net64(skb, IPSET_ATTR_SKBMARK, in ip_set_put_skbinfo()
|