Home
last modified time | relevance | path

Searched refs:IPSET_ATTR_SKBPRIO (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.4/net/netfilter/ipset/
Dip_set_hash_ipmac.c125 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in hash_ipmac4_uadt()
244 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in hash_ipmac6_uadt()
290 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_hash_mac.c147 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_bitmap_port.c285 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_hash_ip.c301 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_hash_ipmark.c299 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_bitmap_ip.c355 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_hash_ipport.c368 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_hash_net.c378 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_hash_ipportip.c383 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_bitmap_ipmac.c403 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_hash_netiface.c484 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_hash_netnet.c486 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_hash_netport.c488 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_hash_ipportnet.c543 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_core.c404 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in ip_set_get_extensions()
435 if (tb[IPSET_ATTR_SKBPRIO]) { in ip_set_get_extensions()
439 be32_to_cpu(nla_get_be32(tb[IPSET_ATTR_SKBPRIO])); in ip_set_get_extensions()
Dip_set_hash_netportnet.c588 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_list_set.c661 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
/Linux-v5.4/include/uapi/linux/netfilter/ipset/
Dip_set.h124 IPSET_ATTR_SKBPRIO, enumerator
/Linux-v5.4/include/linux/netfilter/ipset/
Dip_set.h676 nla_put_net32(skb, IPSET_ATTR_SKBPRIO, in ip_set_put_skbinfo()