Home
last modified time | relevance | path

Searched refs:close_connection (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
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()
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/fs/dlm/
A Dlowcomms.c754 static void close_connection(struct connection *con, bool and_other) in close_connection() function
759 close_connection(con->othercon, false); in close_connection()
831 close_connection(con, false); in shutdown_connection()
1068 close_connection(othercon, false); in accept_from_sock()
1458 close_connection(con, true); in dlm_lowcomms_close()
1504 close_connection(con, false); in process_recv_sockets()
1532 close_connection(con, false); in process_recv_sockets()
1668 close_connection(con, false); in process_send_sockets()
1734 close_connection(con, true); in dlm_lowcomms_shutdown()

Completed in 11 milliseconds