Searched defs:bpf_obj (Results 1 – 5 of 5) sorted by relevance
270 let mut bpf_obj = validate_bpf_ret(ptr).context("failed to open BPF object from memory")?; in from_raw() localVariable272 let bpf_obj = unsafe { bpf_obj.as_mut() }; in from_raw() localVariable
77 const char *bpf_obj = NULL, *bpf_uds_name = NULL; in bpf_parse_opt() local
79 const char *bpf_obj = NULL, *bpf_uds_name = NULL; in bpf_parse_opt() local
95 void *bpf_obj; member
238 def bpf_obj(name, sec=".text", path=bpf_test_dir,): function