Searched defs:bpf_call_arg_meta (Results 1 – 1 of 1) sorted by relevance
271 struct bpf_call_arg_meta { struct272 struct bpf_map *map_ptr;273 bool raw_mode;274 bool pkt_access;275 u8 release_regno;276 int regno;277 int access_size;278 int mem_size;279 u64 msize_max_value;280 int ref_obj_id;[all …]