Home
last modified time | relevance | path

Searched defs:target_fd (Results 1 – 7 of 7) sorted by relevance

/linux/tools/lib/bpf/
A Dbpf.c652 int bpf_prog_attach(int prog_fd, int target_fd, enum bpf_attach_type type, in bpf_prog_attach()
662 int bpf_prog_attach_xattr(int prog_fd, int target_fd, in bpf_prog_attach_xattr()
683 int bpf_prog_detach(int target_fd, enum bpf_attach_type type) in bpf_prog_detach()
696 int bpf_prog_detach2(int prog_fd, int target_fd, enum bpf_attach_type type) in bpf_prog_detach2()
710 int bpf_link_create(int prog_fd, int target_fd, in bpf_link_create()
806 int bpf_prog_query(int target_fd, enum bpf_attach_type type, __u32 query_flags, in bpf_prog_query()
A Dlibbpf.c10208 bpf_program__attach_fd(const struct bpf_program *prog, int target_fd, int btf_id, in bpf_program__attach_fd()
10262 int target_fd, in bpf_program__attach_freplace()
10301 __u32 target_fd = 0; in bpf_program__attach_iter() local
/linux/tools/testing/selftests/proc/
A Dfd-001-lookup.c102 unsigned int fd, target_fd; in main() local
/linux/tools/hv/
A Dhv_fcopy_daemon.c24 static int target_fd; variable
/linux/tools/testing/selftests/bpf/prog_tests/
A Dtc_redirect.c607 static int tun_relay_loop(int src_fd, int target_fd) in tun_relay_loop()
648 int src_fd, target_fd = -1; in test_tc_redirect_peer_l3() local
/linux/tools/include/uapi/linux/
A Dbpf.h1356 __u32 target_fd; /* container object to attach to */ member
1408 __u32 target_fd; /* container object to query */ member
1448 __u32 target_fd; /* object to attach to */ member
/linux/include/uapi/linux/
A Dbpf.h1356 __u32 target_fd; /* container object to attach to */ member
1408 __u32 target_fd; /* container object to query */ member
1448 __u32 target_fd; /* object to attach to */ member

Completed in 49 milliseconds