OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bpf_prog_load
(Results
1 - 2
of
2
) sorted by null
/external/strace/
bpf.c
145
bpf_prog_load
(struct tcb *tcp, const long addr, unsigned int size)
function
203
case
BPF_PROG_LOAD
:
204
rc =
bpf_prog_load
(tcp, addr, size);
/external/iproute2/tc/
tc_bpf.c
758
static int
bpf_prog_load
(enum bpf_prog_type type, const struct bpf_insn *insns,
function
777
return bpf(
BPF_PROG_LOAD
, &attr, sizeof(attr));
1040
fd =
bpf_prog_load
(prog->type, prog->insns, prog->size,
[
all
...]
Completed in 49 milliseconds