Home
last modified time | relevance | path

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

/external/strace/
Dbpf.c712 static const bpf_cmd_decoder_t bpf_cmd_decoders[] = { in SYS_FUNC() local
745 && cmd < ARRAY_SIZE(bpf_cmd_decoders) in SYS_FUNC()
746 && bpf_cmd_decoders[cmd]) { in SYS_FUNC()
753 rc = bpf_cmd_decoders[cmd](tcp, addr, size, buf); in SYS_FUNC()
DChangeLog2663 and do not pass it to bpf_cmd_decoders.
2877 (SYS_FUNC(bpf)) <bpf_cmd_decoders[]>: Add
5387 (SYS_FUNC(bpf)) <bpf_cmd_decoders>: Add BPF_PROG_QUERY entry.
10572 (SYS_FUNC(bpf)) <bpf_cmd_decoders>: Use it.
10593 (SYS_FUNC(bpf)) <bpf_cmd_decoders>: Use them.
10613 (SYS_FUNC(bpf)) <bpf_cmd_decoders>: Use it.