Home
last modified time | relevance | path

Searched refs:unlock_sock_fast (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/net/mptcp/
Dsockopt.c113 unlock_sock_fast(ssk, slow); in mptcp_sol_socket_sync_intval()
161 unlock_sock_fast(ssk, slow); in mptcp_setsockopt_sol_socket_tstamp()
239 unlock_sock_fast(ssk, slow); in mptcp_setsockopt_sol_socket_timestamping()
281 unlock_sock_fast(ssk, slow); in mptcp_setsockopt_sol_socket_linger()
760 unlock_sock_fast(ssk, slow); in __mptcp_sockopt_sync()
Dmptcp_diag.c146 unlock_sock_fast(sk, slow); in mptcp_diag_get_info()
Dprotocol.c450 unlock_sock_fast(ssk, slow); in mptcp_subflow_send_ack()
468 unlock_sock_fast(ssk, slow); in mptcp_subflow_cleanup_rbuf()
1898 unlock_sock_fast(ssk, slow); in mptcp_rcv_space_adjust()
1954 unlock_sock_fast(ssk, slowpath); in __mptcp_move_skbs()
2335 unlock_sock_fast(tcp_sk, slow); in mptcp_check_fastclose()
2710 unlock_sock_fast(ssk, slow); in mptcp_close()
Dpm_netlink.c1023 unlock_sock_fast(ssk, slow); in mptcp_pm_nl_subflow_chk_stale()
/Linux-v5.15/net/core/
Ddatagram.c343 unlock_sock_fast(sk, slow); in __skb_free_datagram_locked()
/Linux-v5.15/net/ipv4/
Dudp.c1629 unlock_sock_fast(sk, slow); in skb_consume_udp()
2630 unlock_sock_fast(sk, slow); in udp_destroy_sock()
Dtcp.c614 unlock_sock_fast(sk, slow); in tcp_ioctl()
3795 unlock_sock_fast(sk, slow); in tcp_get_info()
Dtcp_ipv4.c2951 unlock_sock_fast(sk, slow); in bpf_iter_tcp_seq_show()
/Linux-v5.15/include/net/
Dsock.h1668 static inline void unlock_sock_fast(struct sock *sk, bool slow) in unlock_sock_fast() function