Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/ipset/
Dip_set_hash_mac.c110 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_mac4_uadt()
153 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_ip.c116 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_ip4_uadt()
254 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_ip6_uadt()
305 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_ipmark.c118 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_ipmark4_uadt()
251 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_ipmark6_uadt()
311 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_ipport.c127 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_ipport4_uadt()
294 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_ipport6_uadt()
380 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_net.c155 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_net4_uadt()
326 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_net6_uadt()
387 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_ipportip.c129 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_ipportip4_uadt()
302 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_ipportip6_uadt()
392 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_bitmap_port.c144 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in bitmap_port_uadt()
298 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_netnet.c177 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_netnet4_uadt()
404 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_netnet6_uadt()
474 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_netport.c177 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_netport4_uadt()
397 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_netport6_uadt()
499 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_netiface.c303 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_netiface4_uadt()
539 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_netiface6_uadt()
617 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_ipportnet.c184 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_ipportnet4_uadt()
439 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_ipportnet6_uadt()
551 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_bitmap_ipmac.c245 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in bitmap_ipmac_uadt()
401 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_bitmap_ip.c144 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in bitmap_ip_uadt()
364 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_hash_netportnet.c195 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_netportnet4_uadt()
470 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_netportnet6_uadt()
581 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_list_set.c391 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in list_set_uadt()
682 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
Dip_set_core.c412 if (tb[IPSET_ATTR_SKBMARK]) { in ip_set_get_extensions()
415 fullmark = be64_to_cpu(nla_get_be64(tb[IPSET_ATTR_SKBMARK])); in ip_set_get_extensions()
/linux-4.1.27/include/uapi/linux/netfilter/ipset/
Dip_set.h118 IPSET_ATTR_SKBMARK, enumerator
/linux-4.1.27/include/linux/netfilter/ipset/
Dip_set.h340 nla_put_net64(skb, IPSET_ATTR_SKBMARK, in ip_set_put_skbinfo()