Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dnet.h132 extern int sock_wake_async(struct socket *sk, int how, int band);
/linux-2.4.37.9/net/x25/
Dx25_in.c284 sock_wake_async(sk->socket, 3, POLL_PRI); in x25_state3_machine()
/linux-2.4.37.9/net/
Dnetsyms.c122 EXPORT_SYMBOL(sock_wake_async);
Dsocket.c801 int sock_wake_async(struct socket *sock, int how, int band) in sock_wake_async() function
/linux-2.4.37.9/fs/smbfs/
Dsock.c103 sock_wake_async(sk->socket,1,POLL_IN); in found_data()
/linux-2.4.37.9/include/net/
Dsock.h1315 sock_wake_async(sk->socket, how, band); in sk_wake_async()
/linux-2.4.37.9/net/ipv4/
Dtcp.c478 sock_wake_async(sock, 2, POLL_OUT); in tcp_write_space()
/linux-2.4.37.9/net/sctp/
Dsocket.c4423 sock_wake_async(sock, 2, POLL_OUT); in __sctp_write_space()