Searched refs:add_set (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/net/netfilter/ |
| H A D | xt_set.c | 217 info->add_set.u.compat.flags, 0, UINT_MAX, in set_target_v0() 223 if (info->add_set.index != IPSET_INVALID_ID) in set_target_v0() 241 info->add_set.index); in set_target_v0_checkentry() 267 compat_flags(&info->add_set); in set_target_v0_checkentry() 278 if (info->add_set.index != IPSET_INVALID_ID) in set_target_v0_destroy() 292 info->add_set.flags, 0, UINT_MAX, in set_target_v1() 316 info->add_set.index); in set_target_v1_checkentry() 331 if (info->add_set.dim > IPSET_DIM_MAX || in set_target_v1_checkentry() 442 info->add_set.index); in set_target_v3_checkentry() 445 info->add_set.index); in set_target_v3_checkentry() [all …]
|
| /linux-6.15/include/uapi/linux/netfilter/ |
| H A D | xt_set.h | 35 struct xt_set_info_v0 add_set; member 53 struct xt_set_info add_set; member 60 struct xt_set_info add_set; member 78 struct xt_set_info add_set; member
|
| /linux-6.15/tools/bpf/resolve_btfids/ |
| H A D | main.c | 260 static struct btf_id *add_set(struct object *obj, char *name, bool is_set8) in add_set() function 491 id = add_set(obj, prefix, true); in symbols_collect() 503 id = add_set(obj, prefix, false); in symbols_collect()
|
| /linux-6.15/kernel/bpf/ |
| H A D | btf.c | 8491 struct btf_id_set8 *add_set = kset->set; in btf_populate_kfunc_set() local 8504 if (!add_set->cnt) in btf_populate_kfunc_set() 8554 if (set_cnt > U32_MAX - add_set->cnt) { in btf_populate_kfunc_set() 8559 if (set_cnt + add_set->cnt > BTF_KFUNC_SET_MAX_CNT) { in btf_populate_kfunc_set() 8566 offsetof(struct btf_id_set8, pairs[set_cnt + add_set->cnt]), in btf_populate_kfunc_set() 8579 memcpy(set->pairs + set->cnt, add_set->pairs, add_set->cnt * sizeof(set->pairs[0])); in btf_populate_kfunc_set() 8581 for (i = set->cnt; i < set->cnt + add_set->cnt; i++) in btf_populate_kfunc_set() 8584 set->cnt += add_set->cnt; in btf_populate_kfunc_set()
|