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