Searched refs:sock_wake_async (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | net.h | 132 extern int sock_wake_async(struct socket *sk, int how, int band);
|
/linux-2.4.37.9/net/x25/ |
D | x25_in.c | 284 sock_wake_async(sk->socket, 3, POLL_PRI); in x25_state3_machine()
|
/linux-2.4.37.9/net/ |
D | netsyms.c | 122 EXPORT_SYMBOL(sock_wake_async);
|
D | socket.c | 801 int sock_wake_async(struct socket *sock, int how, int band) in sock_wake_async() function
|
/linux-2.4.37.9/fs/smbfs/ |
D | sock.c | 103 sock_wake_async(sk->socket,1,POLL_IN); in found_data()
|
/linux-2.4.37.9/include/net/ |
D | sock.h | 1315 sock_wake_async(sk->socket, how, band); in sk_wake_async()
|
/linux-2.4.37.9/net/ipv4/ |
D | tcp.c | 478 sock_wake_async(sock, 2, POLL_OUT); in tcp_write_space()
|
/linux-2.4.37.9/net/sctp/ |
D | socket.c | 4423 sock_wake_async(sock, 2, POLL_OUT); in __sctp_write_space()
|