Searched refs:add_set (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/net/netfilter/ |
D | xt_set.c | 216 ADT_OPT(add_opt, xt_family(par), info->add_set.u.compat.dim, in set_target_v0() 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() 224 ip_set_add(info->add_set.index, skb, par, &add_opt); in set_target_v0() 237 if (info->add_set.index != IPSET_INVALID_ID) { in set_target_v0_checkentry() 238 index = ip_set_nfnl_get_byindex(par->net, info->add_set.index); in set_target_v0_checkentry() 241 info->add_set.index); in set_target_v0_checkentry() 251 if (info->add_set.index != IPSET_INVALID_ID) in set_target_v0_checkentry() 252 ip_set_nfnl_put(par->net, info->add_set.index); in set_target_v0_checkentry() 256 if (info->add_set.u.flags[IPSET_DIM_MAX - 1] != 0 || in set_target_v0_checkentry() [all …]
|
/linux-6.1.9/include/uapi/linux/netfilter/ |
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.1.9/tools/bpf/resolve_btfids/ |
D | main.c | 249 static struct btf_id *add_set(struct object *obj, char *name, bool is_set8) in add_set() function 464 id = add_set(obj, prefix, true); in symbols_collect() 476 id = add_set(obj, prefix, false); in symbols_collect()
|
/linux-6.1.9/kernel/bpf/ |
D | btf.c | 7312 struct btf_id_set8 *add_set) in BTF_ID_LIST_GLOBAL() 7325 if (!add_set->cnt) in BTF_ID_LIST_GLOBAL() 7350 tab->sets[hook] = add_set; in BTF_ID_LIST_GLOBAL() 7363 if (set_cnt > U32_MAX - add_set->cnt) { in BTF_ID_LIST_GLOBAL() 7368 if (set_cnt + add_set->cnt > BTF_KFUNC_SET_MAX_CNT) { in BTF_ID_LIST_GLOBAL() 7375 offsetof(struct btf_id_set8, pairs[set_cnt + add_set->cnt]), in BTF_ID_LIST_GLOBAL() 7388 memcpy(set->pairs + set->cnt, add_set->pairs, add_set->cnt * sizeof(set->pairs[0])); in BTF_ID_LIST_GLOBAL() 7389 set->cnt += add_set->cnt; in BTF_ID_LIST_GLOBAL()
|