Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/ipset/
Dip_set_hash_mac.c152 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_ipmark.c303 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_ip.c302 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_bitmap_port.c290 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_ipport.c371 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_bitmap_ip.c359 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_net.c381 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_bitmap_ipmac.c403 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_ipportip.c386 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_netnet.c487 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_netport.c490 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_netiface.c492 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_core.c400 !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()
Dip_set_hash_ipportnet.c546 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_list_set.c658 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_netportnet.c590 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
/linux-4.4.14/include/uapi/linux/netfilter/ipset/
Dip_set.h118 IPSET_ATTR_SKBMARK, enumerator
/linux-4.4.14/include/linux/netfilter/ipset/
Dip_set.h348 nla_put_net64(skb, IPSET_ATTR_SKBMARK, in ip_set_put_skbinfo()