Lines Matching refs:iocb
893 static int tipc_sendmsg(struct kiocb *iocb, struct socket *sock, in tipc_sendmsg() argument
918 if (iocb) in tipc_sendmsg()
1000 if (iocb) in tipc_sendmsg()
1048 static int tipc_send_stream(struct kiocb *iocb, struct socket *sock, in tipc_send_stream() argument
1064 rc = tipc_sendmsg(iocb, sock, m, dsz); in tipc_send_stream()
1072 if (iocb) in tipc_send_stream()
1115 if (iocb) in tipc_send_stream()
1131 static int tipc_send_packet(struct kiocb *iocb, struct socket *sock, in tipc_send_packet() argument
1137 return tipc_send_stream(iocb, sock, m, dsz); in tipc_send_packet()
1318 static int tipc_recvmsg(struct kiocb *iocb, struct socket *sock, in tipc_recvmsg() argument
1414 static int tipc_recv_stream(struct kiocb *iocb, struct socket *sock, in tipc_recv_stream() argument