Lines Matching defs:result
1841 * of bpf_map_def will default to zero as a result of the
4818 * before returning result.
5835 /* all candidates should result in the same relocation
5875 /* calculate single target relo result explicitly */
6868 struct bpf_prog_prep_result result;
6871 memset(&result, 0, sizeof(result));
6873 prog->insns_cnt, &result);
6880 if (!result.new_insn_ptr || !result.new_insn_cnt) {
6884 if (result.pfd)
6885 *result.pfd = -1;
6889 err = load_program(prog, result.new_insn_ptr,
6890 result.new_insn_cnt, license, kern_ver, &fd);
6897 if (result.pfd)
6898 *result.pfd = fd;
9338 * negative, the result might be indistinguishable from error