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