Searched refs:close_connection (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/ |
D | cgroup_tcp_skb.c | 155 static int close_connection(int *closing_fd, int *peer_fd, int *listen_fd, in close_connection() function 269 err = close_connection(&client_fd, &service_fd, &listen_fd, skel); in test_cgroup_tcp_skb() 288 err = close_connection(&service_fd, &client_fd, &listen_fd, skel); in test_cgroup_tcp_skb() 307 err = close_connection(&service_fd, &client_fd, &listen_fd, skel); in test_cgroup_tcp_skb() 326 err = close_connection(&client_fd, &service_fd, &listen_fd, skel); in test_cgroup_tcp_skb()
|
/linux-6.6.21/fs/dlm/ |
D | lowcomms.c | 752 static void close_connection(struct connection *con, bool and_other) in close_connection() function 757 close_connection(con->othercon, false); in close_connection() 829 close_connection(con, false); in shutdown_connection() 1064 close_connection(othercon, false); in accept_from_sock() 1456 close_connection(con, true); in dlm_lowcomms_close() 1502 close_connection(con, false); in process_recv_sockets() 1514 close_connection(con, false); in process_recv_sockets() 1658 close_connection(con, false); in process_send_sockets() 1728 close_connection(con, true); in dlm_lowcomms_shutdown()
|