Lines Matching defs:zero
236 * zero. For a sub-program, this gets reset before each of main BPF
1315 /* zero out new maps */
1561 * zero.
1841 * of bpf_map_def will default to zero as a result of the
1849 * we expect, truncate if the excess bits are all zero.
1850 * If they are not zero, reject this map as
1858 pr_warn("maps section in %s: \"%s\" has unrecognized, non-zero options\n",
2136 pr_warn("map '%s': map-in-map inner spec is not a zero-sized array.\n",
3930 * non-zero expected attach type (i.e., not a BPF_CGROUP_INET_INGRESS)
4145 int err, zero = 0;
4147 err = bpf_map_update_elem(map->fd, &zero, map->mmaped, 0);
4409 /* not a flexible array, if not inside a struct or has non-zero size */
4502 * - intial zero-index access by pointer (&s->... is the same as &s[0]...);
5237 /* type-based relos return zero when target type is not found */
5364 * zero-extended upper 32-bits;
5366 * zero-extension is preserving the value correctly.
6324 * sub_insn_off reset to zero. This serves as indicator that this subprogram
6332 * is zero), subprog instructions are appended at the end of main program's
6347 * subprog->sub_insn_off as zero at all times and won't be appended to current
7312 pr_debug("extern %s (weak) not resolved, defaulting to zero\n",
9849 __u32 zero = 0;
9851 if (bpf_map_delete_elem(link->fd, &zero))
9861 __u32 i, zero = 0;
9885 err = bpf_map_update_elem(map->fd, &zero, st_ops->kern_vdata, 0);