Home | History | Annotate | Download | only in lib

Lines Matching refs:target_fd

1029 int bpf_prog_attach_fd(int prog_fd, int target_fd, enum bpf_attach_type type)
1033 attr.target_fd = target_fd;
1040 int bpf_prog_detach_fd(int target_fd, enum bpf_attach_type type)
1044 attr.target_fd = target_fd;