Home
last modified time | relevance | path

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

/Linux-v5.4/net/core/
Ddatagram.c346 unlock_sock_fast(sk, slow); in __skb_free_datagram_locked()
/Linux-v5.4/net/ipv4/
Dudp.c1552 unlock_sock_fast(sk, slow); in skb_consume_udp()
2506 unlock_sock_fast(sk, slow); in udp_destroy_sock()
Dtcp.c607 unlock_sock_fast(sk, slow); in tcp_ioctl()
3308 unlock_sock_fast(sk, slow); in tcp_get_info()
/Linux-v5.4/include/net/
Dsock.h1549 static inline void unlock_sock_fast(struct sock *sk, bool slow) in unlock_sock_fast() function