Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/
Dxdp_synproxy.c20 static __u32 attached_prog_id; variable
29 if (attached_prog_id == 0) in cleanup()
46 prog_fd = bpf_prog_get_fd_by_id(attached_prog_id); in cleanup()
224 attached_prog_id = info.id; in syncookie_attach()
265 attached_prog_id = 0; in syncookie_attach()
383 prog_id = attached_prog_id; in main()
434 if ((ports || tcpipopts) && attached_prog_id == 0 && !single) in main()