Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A 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()
227 attached_prog_id = info.id; in syncookie_attach()
268 attached_prog_id = 0; in syncookie_attach()
388 prog_id = attached_prog_id; in main()
439 if ((ports || tcpipopts) && attached_prog_id == 0 && !single) in main()