Home
last modified time | relevance | path

Searched refs:bpf_dynptr_file_impl (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/bpf/
H A Dhelpers.c1738 struct bpf_dynptr_file_impl { struct
1776 struct bpf_dynptr_file_impl *df = ptr->data; in __bpf_dynptr_size()
1787 struct bpf_dynptr_file_impl *df = ptr->data; in bpf_dynptr_advance_offset()
1800 struct bpf_dynptr_file_impl *df = ptr->data; in bpf_dynptr_set_size()
1813 static int bpf_file_fetch_bytes(struct bpf_dynptr_file_impl *df, u64 offset, void *buf, u64 len) in bpf_file_fetch_bytes()
4412 struct bpf_dynptr_file_impl *state; in make_file_dynptr()
4420 state = bpf_mem_alloc(&bpf_global_ma, sizeof(struct bpf_dynptr_file_impl)); in make_file_dynptr()
4446 struct bpf_dynptr_file_impl *df = ptr->data; in bpf_dynptr_file_discard()