Searched defs:bpf_call_arg_meta (Results 1 – 1 of 1) sorted by relevance
231 struct bpf_call_arg_meta { struct232 struct bpf_map *map_ptr;233 bool raw_mode;234 bool pkt_access;235 int regno;236 int access_size;237 int mem_size;238 u64 msize_max_value;239 int ref_obj_id;240 int func_id;[all …]