Home
last modified time | relevance | path

Searched refs:close_connection (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_tcp_skb.c155 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()
270 if (!ASSERT_OK(err, "close_connection")) in test_cgroup_tcp_skb()
288 err = close_connection(&service_fd, &client_fd, &listen_fd, skel); in test_cgroup_tcp_skb()
289 if (!ASSERT_OK(err, "close_connection")) in test_cgroup_tcp_skb()
307 err = close_connection(&service_fd, &client_fd, &listen_fd, skel); in test_cgroup_tcp_skb()
308 if (!ASSERT_OK(err, "close_connection")) in test_cgroup_tcp_skb()
326 err = close_connection(&client_fd, &service_fd, &listen_fd, skel); in test_cgroup_tcp_skb()
327 if (!ASSERT_OK(err, "close_connection")) in test_cgroup_tcp_skb()
/kernel/linux/linux-5.10/fs/dlm/
H A Dlowcomms.c579 static void close_connection(struct connection *con, bool and_other, in close_connection() function
601 close_connection(con->othercon, false, tx, rx); in close_connection()
645 close_connection(con, false, true, true); in shutdown_connection()
751 close_connection(con, false, true, false); in receive_from_sock()
861 close_connection(othercon, false, true, false); in accept_from_sock()
1468 close_connection(con, false, false, true); in send_to_sock()
1503 close_connection(con, true, true, true); in dlm_lowcomms_close()
1609 close_connection(con, true, true, true); in free_conn()
/kernel/linux/linux-6.6/fs/dlm/
H A Dlowcomms.c752 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()

Completed in 5 milliseconds