Searched refs:bpf_cmd_decoders (Results 1 – 2 of 2) sorted by relevance
712 static const bpf_cmd_decoder_t bpf_cmd_decoders[] = { in SYS_FUNC() local745 && 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()
2663 and do not pass it to bpf_cmd_decoders.2877 (SYS_FUNC(bpf)) <bpf_cmd_decoders[]>: Add5387 (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.