Searched defs:sock_fd (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
D | sockopt_multi.c | 58 int cg_child, int sock_fd) in run_getsockopt_test() 208 int cg_child, int sock_fd) in run_setsockopt_test() 305 int sock_fd = -1; in test_sockopt_multi() local
|
D | sockopt_qos_to_cc.c | 7 static void run_setsockopt_test(int cg_fd, int sock_fd) in run_setsockopt_test() 34 int sock_fd = -1; in test_sockopt_qos_to_cc() local
|
D | probe_user.c | 9 int err, results_map_fd, sock_fd, duration = 0; in test_probe_user() local
|
D | bpf_iter.c | 948 int sock_fd = -1; in test_bpf_sk_storage_delete() local 1011 int sock_fd = -1; in test_bpf_sk_storage_get() local 1059 int sock_fd[3] = {-1, -1, -1}; in test_bpf_sk_storage_map() local
|
D | sockopt.c | 879 int sock_fd, err, prog_fd; in run_test() local
|
D | sockmap_basic.c | 206 __s64 *sock_fd = NULL; in test_sockmap_copy() local
|
D | sk_lookup.c | 88 static int attach_reuseport(int sock_fd, struct bpf_program *reuseport_prog) in attach_reuseport() 494 static int update_lookup_map(struct bpf_map *map, int index, int sock_fd) in update_lookup_map()
|
/Linux-v5.15/drivers/infiniband/hw/usnic/ |
D | usnic_transport.c | 145 struct socket *usnic_transport_get_socket(int sock_fd) in usnic_transport_get_socket()
|
D | usnic_abi.h | 59 uint32_t sock_fd; member
|
D | usnic_ib_qp_grp.c | 267 int sock_fd; in create_udp_flow() local
|
/Linux-v5.15/arch/um/drivers/ |
D | port_user.c | 150 int sock_fd; member
|
/Linux-v5.15/tools/perf/ |
D | builtin-daemon.c | 809 static int handle_server_socket(struct daemon *daemon, int sock_fd) in handle_server_socket() 1257 int sock_fd = -1, conf_fd = -1, signal_fd = -1; in __cmd_start() local
|