Searched refs:IPSET_ATTR_PROTO (Results 1 – 7 of 7) sorted by relevance
/linux/net/netfilter/ipset/ |
H A 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() 237 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto)) in hash_ipport6_data_list() 324 if (tb[IPSET_ATTR_PROTO]) { in hash_ipport6_uadt() 325 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipport6_uadt() 377 [IPSET_ATTR_PROTO] = { .type = NLA_U8 }, 389 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
|
H A D | ip_set_hash_netport.c | 106 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netport4_data_list() 192 if (tb[IPSET_ATTR_PROTO]) { in hash_netport4_uadt() 193 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netport4_uadt() 323 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netport6_data_list() 415 if (tb[IPSET_ATTR_PROTO]) { in hash_netport6_uadt() 416 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netport6_uadt() 476 [IPSET_ATTR_PROTO] = { .type = NLA_U8 }, 485 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
|
H A D | ip_set_hash_ipportip.c | 68 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto)) in hash_ipportip4_data_list() 141 if (tb[IPSET_ATTR_PROTO]) { in hash_ipportip4_uadt() 142 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipportip4_uadt() 236 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto)) in hash_ipportip6_data_list() 319 if (tb[IPSET_ATTR_PROTO]) { in hash_ipportip6_uadt() 320 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipportip6_uadt() 382 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
|
H A D | ip_set_hash_ipportnet.c | 110 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_ipportnet4_data_list() 203 if (tb[IPSET_ATTR_PROTO]) { in hash_ipportnet4_uadt() 204 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipportnet4_uadt() 365 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_ipportnet6_data_list() 469 if (tb[IPSET_ATTR_PROTO]) { in hash_ipportnet6_uadt() 470 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_ipportnet6_uadt() 543 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
|
H A D | ip_set_hash_netportnet.c | 121 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netportnet4_data_list() 236 if (tb[IPSET_ATTR_PROTO]) { in hash_netportnet4_uadt() 237 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netportnet4_uadt() 413 nla_put_u8(skb, IPSET_ATTR_PROTO, data->proto) || in hash_netportnet6_data_list() 525 if (tb[IPSET_ATTR_PROTO]) { in hash_netportnet6_uadt() 526 e.proto = nla_get_u8(tb[IPSET_ATTR_PROTO]); in hash_netportnet6_uadt() 599 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
|
H A D | ip_set_hash_netiface.c | 487 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
|
/linux/include/uapi/linux/netfilter/ipset/ |
H A D | ip_set.h | 83 IPSET_ATTR_PROTO, /* 7 */ enumerator
|