Home
last modified time | relevance | path

Searched defs:attach_bpf (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dtest_tunnel.sh
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_rename.c63 static void attach_bpf(struct bpf_program *prog) in attach_bpf() function
H A Dbench_trigger.c163 static void attach_bpf(struct bpf_program *prog) in attach_bpf() function
[all...]
/linux/tools/testing/selftests/net/
H A Dreuseport_bpf_cpu.c77 static void attach_bpf(int fd) in attach_bpf() function
H A Dreuseport_bpf_numa.c73 static void attach_bpf(int fd) in attach_bpf() function
/linux/tools/testing/selftests/drivers/net/lib/py/
H A Denv.py570 def attach_bpf(self): member in NetDrvContEnv