Searched defs:bpf_call_arg_meta (Results 1 – 2 of 2) 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 …]
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 …]