Searched refs:IPSET_ATTR_SKBMARK (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/net/netfilter/ipset/ |
D | ip_set_hash_mac.c | 110 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in hash_mac4_uadt() 153 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_hash_ip.c | 116 !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 },
|
D | ip_set_hash_ipmark.c | 118 !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 },
|
D | ip_set_hash_ipport.c | 127 !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 },
|
D | ip_set_hash_net.c | 155 !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 },
|
D | ip_set_hash_ipportip.c | 129 !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 },
|
D | ip_set_bitmap_port.c | 144 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in bitmap_port_uadt() 298 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_hash_netnet.c | 177 !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 },
|
D | ip_set_hash_netport.c | 177 !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 },
|
D | ip_set_hash_netiface.c | 303 !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 },
|
D | ip_set_hash_ipportnet.c | 184 !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 },
|
D | ip_set_bitmap_ipmac.c | 245 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in bitmap_ipmac_uadt() 401 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_bitmap_ip.c | 144 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in bitmap_ip_uadt() 364 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_hash_netportnet.c | 195 !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 },
|
D | ip_set_list_set.c | 391 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in list_set_uadt() 682 [IPSET_ATTR_SKBMARK] = { .type = NLA_U64 },
|
D | ip_set_core.c | 412 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/ |
D | ip_set.h | 118 IPSET_ATTR_SKBMARK, enumerator
|
/linux-4.1.27/include/linux/netfilter/ipset/ |
D | ip_set.h | 340 nla_put_net64(skb, IPSET_ATTR_SKBMARK, in ip_set_put_skbinfo()
|