Searched defs:iocb (Results 1 - 25 of 51) sorted by relevance

123

/net/phonet/
H A Ddatagram.c86 static int pn_sendmsg(struct kiocb *iocb, struct sock *sk, argument
128 static int pn_recvmsg(struct kiocb *iocb, struct sock *sk, argument
H A Dsocket.c428 static int pn_socket_sendmsg(struct kiocb *iocb, struct socket *sock, argument
436 return sk->sk_prot->sendmsg(iocb, sk, m, total_len);
/net/rxrpc/
H A Dar-recvmsg.c46 int rxrpc_recvmsg(struct kiocb *iocb, struct socket *sock, argument
H A Dar-output.c26 static int rxrpc_send_data(struct kiocb *iocb,
132 int rxrpc_client_sendmsg(struct kiocb *iocb, struct rxrpc_sock *rx, argument
194 ret = rxrpc_send_data(iocb, rx, call, msg, len);
277 int rxrpc_server_sendmsg(struct kiocb *iocb, struct rxrpc_sock *rx, argument
319 ret = rxrpc_send_data(iocb, rx, call, msg, len);
526 static int rxrpc_send_data(struct kiocb *iocb, argument
H A Daf_rxrpc.c444 static int rxrpc_sendmsg(struct kiocb *iocb, struct socket *sock, argument
485 ret = rxrpc_server_sendmsg(iocb, rx, m, len);
495 ret = rxrpc_client_sendmsg(iocb, rx, trans, m, len);
/net/dccp/
H A Dprobe.c75 static int jdccp_sendmsg(struct kiocb *iocb, struct sock *sk, argument
H A Dproto.c745 int dccp_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, argument
810 int dccp_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, argument
/net/ieee802154/
H A Draw.c109 static int raw_sendmsg(struct kiocb *iocb, struct sock *sk, argument
181 static int raw_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, argument
H A Daf_ieee802154.c106 static int ieee802154_sock_sendmsg(struct kiocb *iocb, struct socket *sock, argument
111 return sk->sk_prot->sendmsg(iocb, sk, msg, len);
H A Ddgram.c207 static int dgram_sendmsg(struct kiocb *iocb, struct sock *sk, argument
307 static int dgram_recvmsg(struct kiocb *iocb, struct sock *sk, argument
/net/ipv6/
H A Dping.c80 int ping_v6_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, argument
/net/nfc/
H A Drawsock.c214 static int rawsock_sendmsg(struct kiocb *iocb, struct socket *sock, argument
251 static int rawsock_recvmsg(struct kiocb *iocb, struct socket *sock, argument
H A Dllcp_sock.c753 static int llcp_sock_sendmsg(struct kiocb *iocb, struct socket *sock, argument
796 static int llcp_sock_recvmsg(struct kiocb *iocb, struct socket *sock, argument
/net/rds/
H A Drecv.c398 int rds_recvmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg, argument
H A Dsend.c923 int rds_sendmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg, argument
/net/bluetooth/
H A Daf_bluetooth.c240 int bt_sock_recvmsg(struct kiocb *iocb, struct socket *sock, argument
313 int bt_sock_stream_recvmsg(struct kiocb *iocb, struct socket *sock, argument
H A Dhci_sock.c854 static int hci_sock_recvmsg(struct kiocb *iocb, struct socket *sock, argument
899 static int hci_sock_sendmsg(struct kiocb *iocb, struct socket *sock, argument
H A Dl2cap_sock.c942 static int l2cap_sock_sendmsg(struct kiocb *iocb, struct socket *sock, argument
974 static int l2cap_sock_recvmsg(struct kiocb *iocb, struct socket *sock, argument
1002 err = bt_sock_stream_recvmsg(iocb, sock, msg, len, flags);
1004 err = bt_sock_recvmsg(iocb, sock, msg, len, flags);
/net/can/
H A Draw.c663 static int raw_sendmsg(struct kiocb *iocb, struct socket *sock, argument
733 static int raw_recvmsg(struct kiocb *iocb, struct socket *sock, argument
/net/l2tp/
H A Dl2tp_ip.c388 static int l2tp_ip_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, size_t len) argument
509 static int l2tp_ip_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, argument
H A Dl2tp_ip6.c483 static int l2tp_ip6_sendmsg(struct kiocb *iocb, struct sock *sk, argument
646 static int l2tp_ip6_recvmsg(struct kiocb *iocb, struct sock *sk, argument
/net/atm/
H A Dcommon.c526 int vcc_recvmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg, argument
572 int vcc_sendmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *m, argument
/net/bluetooth/rfcomm/
H A Dsock.c553 static int rfcomm_sock_sendmsg(struct kiocb *iocb, struct socket *sock, argument
619 static int rfcomm_sock_recvmsg(struct kiocb *iocb, struct socket *sock, argument
631 len = bt_sock_stream_recvmsg(iocb, sock, msg, size, flags);
/net/caif/
H A Dcaif_socket.c274 static int caif_seqpkt_recvmsg(struct kiocb *iocb, struct socket *sock, argument
350 static int caif_stream_recvmsg(struct kiocb *iocb, struct socket *sock, argument
/net/llc/
H A Daf_llc.c707 static int llc_ui_recvmsg(struct kiocb *iocb, struct socket *sock, argument
882 static int llc_ui_sendmsg(struct kiocb *iocb, struct socket *sock, argument

Completed in 9152 milliseconds

123