Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/ipset/
Dip_set_hash_mac.c111 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in hash_mac4_uadt()
154 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_hash_ip.c117 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in hash_ip4_uadt()
255 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in hash_ip6_uadt()
306 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_hash_ipmark.c119 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in hash_ipmark4_uadt()
252 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in hash_ipmark6_uadt()
312 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_hash_ipport.c128 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in hash_ipport4_uadt()
295 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in hash_ipport6_uadt()
381 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_hash_net.c156 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in hash_net4_uadt()
327 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in hash_net6_uadt()
388 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_hash_ipportip.c130 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in hash_ipportip4_uadt()
303 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in hash_ipportip6_uadt()
393 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_bitmap_port.c145 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in bitmap_port_uadt()
299 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_hash_netnet.c178 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in hash_netnet4_uadt()
405 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in hash_netnet6_uadt()
475 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_hash_netport.c178 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in hash_netport4_uadt()
398 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in hash_netport6_uadt()
500 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_hash_netiface.c304 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in hash_netiface4_uadt()
540 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in hash_netiface6_uadt()
618 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_hash_ipportnet.c185 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in hash_ipportnet4_uadt()
440 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in hash_ipportnet6_uadt()
552 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_bitmap_ipmac.c246 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in bitmap_ipmac_uadt()
402 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_bitmap_ip.c145 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in bitmap_ip_uadt()
365 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_hash_netportnet.c196 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in hash_netportnet4_uadt()
471 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in hash_netportnet6_uadt()
582 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_list_set.c392 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in list_set_uadt()
683 [IPSET_ATTR_SKBPRIO] = { .type = NLA_U32 },
Dip_set_core.c419 if (tb[IPSET_ATTR_SKBPRIO]) { in ip_set_get_extensions()
423 tb[IPSET_ATTR_SKBPRIO])); in ip_set_get_extensions()
/linux-4.1.27/include/uapi/linux/netfilter/ipset/
Dip_set.h119 IPSET_ATTR_SKBPRIO, enumerator
/linux-4.1.27/include/linux/netfilter/ipset/
Dip_set.h344 nla_put_net32(skb, IPSET_ATTR_SKBPRIO, in ip_set_put_skbinfo()