Home
last modified time | relevance | path

Searched refs:sk_is_stream_unix (Results 1 – 3 of 3) sorted by relevance

/linux/net/core/
H A Dsock_map.c545 if (sk_is_stream_unix(sk)) in sock_map_sk_state_allowed()
/linux/include/net/
H A Dsock.h2946 static inline bool sk_is_stream_unix(const struct sock *sk) in sk_is_stream_unix() function
/linux/drivers/block/
H A Dnbd.c1224 !sk_is_stream_unix(sock->sk)) { in nbd_get_socket()