Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/ipset/
Dip_set_hash_mac.c112 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE))) in hash_mac4_uadt()
155 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_hash_ip.c118 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE))) in hash_ip4_uadt()
256 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE) || in hash_ip6_uadt()
307 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_hash_ipmark.c120 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE))) in hash_ipmark4_uadt()
253 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE) || in hash_ipmark6_uadt()
313 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_hash_ipport.c129 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE))) in hash_ipport4_uadt()
296 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE) || in hash_ipport6_uadt()
382 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_hash_net.c157 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE))) in hash_net4_uadt()
328 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE))) in hash_net6_uadt()
389 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_hash_ipportip.c131 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE))) in hash_ipportip4_uadt()
304 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE) || in hash_ipportip6_uadt()
394 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_bitmap_port.c146 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE))) in bitmap_port_uadt()
300 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_hash_netnet.c179 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE))) in hash_netnet4_uadt()
406 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE))) in hash_netnet6_uadt()
476 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_hash_netport.c179 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE))) in hash_netport4_uadt()
399 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE))) in hash_netport6_uadt()
501 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_hash_netiface.c305 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE))) in hash_netiface4_uadt()
541 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE))) in hash_netiface6_uadt()
619 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_hash_ipportnet.c186 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE))) in hash_ipportnet4_uadt()
441 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE) || in hash_ipportnet6_uadt()
553 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_bitmap_ipmac.c247 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE))) in bitmap_ipmac_uadt()
403 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_bitmap_ip.c146 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE))) in bitmap_ip_uadt()
366 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_hash_netportnet.c197 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE))) in hash_netportnet4_uadt()
472 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE))) in hash_netportnet6_uadt()
583 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_list_set.c393 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE))) in list_set_uadt()
684 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_core.c425 if (tb[IPSET_ATTR_SKBQUEUE]) { in ip_set_get_extensions()
429 tb[IPSET_ATTR_SKBQUEUE])); in ip_set_get_extensions()
/linux-4.1.27/include/uapi/linux/netfilter/ipset/
Dip_set.h120 IPSET_ATTR_SKBQUEUE, enumerator
/linux-4.1.27/include/linux/netfilter/ipset/
Dip_set.h347 nla_put_net16(skb, IPSET_ATTR_SKBQUEUE, in ip_set_put_skbinfo()