Searched defs:bpf_call_arg_meta (Results 1 – 1 of 1) sorted by relevance
248 struct bpf_call_arg_meta { struct249 struct bpf_map *map_ptr;250 bool raw_mode;251 bool pkt_access;252 u8 release_regno;253 int regno;254 int access_size;255 int mem_size;256 u64 msize_max_value;257 int ref_obj_id;[all …]