Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_bpf_array_map.c34 bpf_seq_write(ctx->meta->seq, key, sizeof(__u32)); in dump_bpf_array_map()
35 bpf_seq_write(ctx->meta->seq, val, sizeof(__u64)); in dump_bpf_array_map()
H A Dbpf_iter_test_kern_common.h17 bpf_seq_write(seq, &c, sizeof(c)); in dump_task()
H A Dbpf_iter_test_kern3.c16 bpf_seq_write(seq, &tgid, sizeof(tgid)); in dump_task()
H A Dbpf_iter_test_kern4.c49 bpf_seq_write(seq, &seq_num, sizeof(seq_num)); in dump_bpf_map()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/skeleton/
H A Dpid_iter.bpf.c76 bpf_seq_write(ctx->meta->seq, &e, sizeof(e)); in iter()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dbpf_trace.c763 BPF_CALL_3(bpf_seq_write, struct seq_file *, m, const void *, data, u32, len) in BPF_CALL_3() argument
769 .func = bpf_seq_write,