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/
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()
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/
H A Dlowcomms.c756 static void close_connection(struct connection *con, bool and_other) in close_connection() function
761 close_connection(con->othercon, false); in close_connection()
833 close_connection(con, false); in shutdown_connection()
1076 close_connection(othercon, false); in accept_from_sock()
1466 close_connection(con, true); in dlm_lowcomms_close()
1512 close_connection(con, false); in process_recv_sockets()
1540 close_connection(con, false); in process_recv_sockets()
1684 close_connection(con, false); in process_send_sockets()
1750 close_connection(con, true); in dlm_lowcomms_shutdown()