Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Ddatagram.c297 unlock_sock_fast(sk, slow); in skb_free_datagram_locked()
/linux-4.1.27/net/ipv4/
Dudp.c1210 unlock_sock_fast(sk, slow); in first_packet_length()
1349 unlock_sock_fast(sk, slow); in udp_recvmsg()
2025 unlock_sock_fast(sk, slow); in udp_destroy_sock()
Dtcp.c574 unlock_sock_fast(sk, slow); in tcp_ioctl()
/linux-4.1.27/net/ipv6/
Dudp.c526 unlock_sock_fast(sk, slow); in udpv6_recvmsg()
/linux-4.1.27/include/net/
Dsock.h1518 static inline void unlock_sock_fast(struct sock *sk, bool slow) in unlock_sock_fast() function