Lines Matching defs:zero

419 	 * zero. For a sub-program, this gets reset before each of main BPF
1957 * zero.
2446 pr_warn("map '%s': %s spec is not a zero-sized array.\n",
5131 * non-zero expected attach type (i.e., not a BPF_CGROUP_INET_INGRESS)
5471 int err, zero = 0;
5480 err = bpf_map_update_elem(map->fd, &zero, map->mmaped, 0);
6628 /* if new count is zero, reallocarray can return a valid NULL result;
6795 * sub_insn_off reset to zero. This serves as indicator that this subprogram
6803 * is zero), subprog instructions are appended at the end of main program's
6818 * subprog->sub_insn_off as zero at all times and won't be appended to current
7401 /* if log_level is zero, we don't request logs initially even if
8273 * __weak, it defaults to zero value, just like for CONFIG_xxx
8325 pr_debug("extern '%s' (weak): not resolved, defaulting to zero\n",
9073 /* NULL is a valid return from reallocarray if the new count is zero */
9404 /* if new count is zero, reallocarray can return a valid NULL result;
12456 /* validate we don't have unexpected combinations of non-zero fields */
12458 pr_warn("prog '%s': target netdevice ifindex cannot be zero\n",
12491 /* validate we don't have unexpected combinations of non-zero fields */
12493 pr_warn("prog '%s': target netdevice ifindex cannot be zero\n",
12667 __u32 zero = 0;
12673 return bpf_map_delete_elem(link->fd, &zero);
12681 __u32 zero = 0;
12692 err = bpf_map_update_elem(map->fd, &zero, map->st_ops->kern_vdata, 0);
12730 __u32 zero = 0;
12741 err = bpf_map_update_elem(map->fd, &zero, map->st_ops->kern_vdata, 0);