Searched refs:IPSET_ATTR_PROTO (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/net/netfilter/ipset/ |
D | ip_set_hash_ipport.c | 70 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto)) in hash_ipport4_data_list() 145 if (tb[IPSET_ATTR_PROTO]) { in hash_ipport4_uadt() 146 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipport4_uadt() 232 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto)) in hash_ipport6_data_list() 314 if (tb[IPSET_ATTR_PROTO]) { in hash_ipport6_uadt() 315 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipport6_uadt() 364 [IPSET_ATTR_PROTO] = { .type = NLA_U8 }, 374 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
|
D | ip_set_hash_ipportip.c | 71 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto)) in hash_ipportip4_data_list() 151 if (tb[IPSET_ATTR_PROTO]) { in hash_ipportip4_uadt() 152 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipportip4_uadt() 241 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto)) in hash_ipportip6_data_list() 326 if (tb[IPSET_ATTR_PROTO]) { in hash_ipportip6_uadt() 327 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipportip6_uadt() 386 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
|
D | ip_set_hash_netport.c | 109 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netport4_data_list() 202 if (tb[IPSET_ATTR_PROTO]) { in hash_netport4_uadt() 203 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netport4_uadt() 325 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netport6_data_list() 425 if (tb[IPSET_ATTR_PROTO]) { in hash_netport6_uadt() 426 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netport6_uadt() 482 [IPSET_ATTR_PROTO] = { .type = NLA_U8 }, 491 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
|
D | ip_set_hash_ipportnet.c | 113 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_ipportnet4_data_list() 213 if (tb[IPSET_ATTR_PROTO]) { in hash_ipportnet4_uadt() 214 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipportnet4_uadt() 366 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_ipportnet6_data_list() 474 if (tb[IPSET_ATTR_PROTO]) { in hash_ipportnet6_uadt() 475 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipportnet6_uadt() 544 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
|
D | ip_set_hash_netportnet.c | 123 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netportnet4_data_list() 228 if (tb[IPSET_ATTR_PROTO]) { in hash_netportnet4_uadt() 229 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netportnet4_uadt() 396 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netportnet6_data_list() 504 if (tb[IPSET_ATTR_PROTO]) { in hash_netportnet6_uadt() 505 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netportnet6_uadt() 574 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
|
D | ip_set_hash_netiface.c | 601 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
|
/linux-4.1.27/include/uapi/linux/netfilter/ipset/ |
D | ip_set.h | 82 IPSET_ATTR_PROTO, /* 7 */ enumerator
|