Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Ddatagram.c297 unlock_sock_fast(sk, slow); in skb_free_datagram_locked()
/linux-4.4.14/net/ipv4/
Dudp.c1221 unlock_sock_fast(sk, slow); in first_packet_length()
1360 unlock_sock_fast(sk, slow); in udp_recvmsg()
2040 unlock_sock_fast(sk, slow); in udp_destroy_sock()
Dtcp.c574 unlock_sock_fast(sk, slow); in tcp_ioctl()
/linux-4.4.14/net/ipv6/
Dudp.c529 unlock_sock_fast(sk, slow); in udpv6_recvmsg()
/linux-4.4.14/include/net/
Dsock.h1502 static inline void unlock_sock_fast(struct sock *sk, bool slow) in unlock_sock_fast() function