Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Ddatagram.c347 unlock_sock_fast(sk, slow); in __skb_free_datagram_locked()
/Linux-v4.19/net/ipv4/
Dudp.c1459 unlock_sock_fast(sk, slow); in skb_consume_udp()
2384 unlock_sock_fast(sk, slow); in udp_destroy_sock()
Dtcp.c618 unlock_sock_fast(sk, slow); in tcp_ioctl()
3211 unlock_sock_fast(sk, slow); in tcp_get_info()
/Linux-v4.19/include/net/
Dsock.h1512 static inline void unlock_sock_fast(struct sock *sk, bool slow) in unlock_sock_fast() function