Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dsock_iter_batch.c67 bpf_seq_write(ctx->meta->seq, &idx, sizeof(idx)); in iter_tcp_soreuse()
68 bpf_seq_write(ctx->meta->seq, &sock_cookie, sizeof(sock_cookie)); in iter_tcp_soreuse()
89 bpf_seq_write(ctx->meta->seq, &sock_cookie, sizeof(sock_cookie)); in iter_tcp_destroy()
127 bpf_seq_write(ctx->meta->seq, &idx, sizeof(idx)); in iter_udp_soreuse()
128 bpf_seq_write(ctx->meta->seq, &sock_cookie, sizeof(sock_cookie)); in iter_udp_soreuse()
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_bpf_link.c19 bpf_seq_write(seq, &link_id, sizeof(link_id)); in dump_bpf_link()
H A Dverifier_bpf_get_stack.c113 call %[bpf_seq_write]; \ in return_r0_range_is_refined()
119 __imm(bpf_seq_write), in return_r0_range_is_refined()
H A Dbpf_iter_task_stack.c64 * past the end of entries in bpf_seq_write call in get_task_user_stacks()
66 bpf_seq_write(seq, &entries, buf_sz); in get_task_user_stacks()
/linux/tools/bpf/bpftool/skeleton/
H A Dpid_iter.bpf.c119 bpf_seq_write(ctx->meta->seq, &e, sizeof(e)); in iter()
/linux/Documentation/bpf/
H A Dbpf_iterators.rst271 ``bpf_seq_write()`` function based on whether you need formatted output or just
273 can process the data from ``bpf_seq_write()`` as needed. For the formatted data,
/linux/kernel/trace/
H A Dbpf_trace.c497 BPF_CALL_3(bpf_seq_write, struct seq_file *, m, const void *, data, u32, len) in BPF_CALL_3() argument
503 .func = bpf_seq_write,