Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/ipset/
Dip_set_hash_mac.c154 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_hash_ipmark.c305 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_hash_ip.c304 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_bitmap_port.c292 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_hash_ipport.c373 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_bitmap_ip.c361 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_hash_net.c383 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_bitmap_ipmac.c405 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_hash_ipportip.c388 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_hash_netnet.c489 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_hash_netport.c492 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_hash_netiface.c494 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_core.c402 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE))) in ip_set_get_extensions()
438 if (tb[IPSET_ATTR_SKBQUEUE]) { in ip_set_get_extensions()
442 tb[IPSET_ATTR_SKBQUEUE])); in ip_set_get_extensions()
Dip_set_hash_ipportnet.c548 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_list_set.c660 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_hash_netportnet.c592 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
/linux-4.4.14/include/uapi/linux/netfilter/ipset/
Dip_set.h120 IPSET_ATTR_SKBQUEUE, enumerator
/linux-4.4.14/include/linux/netfilter/ipset/
Dip_set.h355 nla_put_net16(skb, IPSET_ATTR_SKBQUEUE, in ip_set_put_skbinfo()