Home
last modified time | relevance | path

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

/linux/include/net/
H A Dsock.h1183 #define sk_wait_event(__sk, __timeo, __condition, __wait) \ argument
1186 __rc = __condition; \
1194 __rc = __dis == __sk->sk_disconnects ? __condition : -EPIPE; \