Lines Matching defs:zero
408 * zero. For a sub-program, this gets reset before each of main BPF
1860 * zero.
2349 pr_warn("map '%s': %s spec is not a zero-sized array.\n",
4726 * non-zero expected attach type (i.e., not a BPF_CGROUP_INET_INGRESS)
5066 int err, zero = 0;
5075 err = bpf_map_update_elem(map->fd, &zero, map->mmaped, 0);
6223 /* if new count is zero, reallocarray can return a valid NULL result;
6376 * sub_insn_off reset to zero. This serves as indicator that this subprogram
6384 * is zero), subprog instructions are appended at the end of main program's
6399 * subprog->sub_insn_off as zero at all times and won't be appended to current
6958 /* if log_level is zero, we don't request logs initially even if
7828 * __weak, it defaults to zero value, just like for CONFIG_xxx
7880 pr_debug("extern '%s' (weak): not resolved, defaulting to zero\n",
8628 /* NULL is a valid return from reallocarray if the new count is zero */
8948 /* if new count is zero, reallocarray can return a valid NULL result;
11976 /* validate we don't have unexpected combinations of non-zero fields */
11978 pr_warn("prog '%s': target netdevice ifindex cannot be zero\n",
12153 __u32 zero = 0;
12159 return bpf_map_delete_elem(link->fd, &zero);
12167 __u32 zero = 0;
12178 err = bpf_map_update_elem(map->fd, &zero, map->st_ops->kern_vdata, 0);
12216 __u32 zero = 0;
12227 err = bpf_map_update_elem(map->fd, &zero, map->st_ops->kern_vdata, 0);