Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
selftests/bpf: Add bpf_dynptr_user_init() helper
Add bpf_dynptr_user_init() to initialize a bpf_dynptr_user object. It will be used test_progs and bench. User can dereference the {data|size} fields directly to get the address and length of the dynptr object. Signed-off-by: Hou Tao <[email protected]>
- Loading branch information