/include/net/ |
D | transp_v6.h | 36 void ip6_datagram_recv_ctl(struct sock *sk, struct msghdr *msg, 38 void ip6_datagram_recv_common_ctl(struct sock *sk, struct msghdr *msg, 40 void ip6_datagram_recv_specific_ctl(struct sock *sk, struct msghdr *msg, 43 int ip6_datagram_send_ctl(struct net *net, struct sock *sk, struct msghdr *msg,
|
D | compat.h | 39 #define compat_msghdr msghdr 43 int get_compat_msghdr(struct msghdr *, struct compat_msghdr __user *, 57 int put_cmsg_compat(struct msghdr*, int, int, int, void *); 59 int cmsghdr_from_user_compat_to_kern(struct msghdr *, struct sock *,
|
D | ping.h | 34 int (*ipv6_recv_error)(struct sock *sk, struct msghdr *msg, int len, 37 struct msghdr *msg, 40 struct msghdr *msg, 62 struct msghdr *msg; 78 int ping_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, int noblock, 80 int ping_common_sendmsg(int family, struct msghdr *msg, size_t len,
|
D | scm.h | 37 void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm); 38 void scm_detach_fds_compat(struct msghdr *msg, struct scm_cookie *scm); 39 int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm); 75 static __inline__ int scm_send(struct socket *sock, struct msghdr *msg, in scm_send() 90 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) in scm_passec() 106 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) in scm_passec() 110 static __inline__ void scm_recv(struct socket *sock, struct msghdr *msg, in scm_recv()
|
D | inet_common.h | 11 struct msghdr; 24 int inet_sendmsg(struct socket *sock, struct msghdr *msg, size_t size); 27 int inet_recvmsg(struct socket *sock, struct msghdr *msg, size_t size, 39 int inet_recv_error(struct sock *sk, struct msghdr *msg, int len,
|
D | af_vsock.h | 111 int (*dgram_dequeue)(struct vsock_sock *vsk, struct msghdr *msg, 114 struct msghdr *, size_t len); 119 ssize_t (*stream_dequeue)(struct vsock_sock *, struct msghdr *, 121 ssize_t (*stream_enqueue)(struct vsock_sock *, struct msghdr *,
|
D | af_rxrpc.h | 39 struct msghdr *, size_t);
|
D | ip.h | 101 struct msghdr; 583 void ip_cmsg_recv_offset(struct msghdr *msg, struct sk_buff *skb, int tlen, int offset); 584 int ip_cmsg_send(struct sock *sk, struct msghdr *msg, 597 int ip_recv_error(struct sock *sk, struct msghdr *msg, int len, int *addr_len); 603 static inline void ip_cmsg_recv(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv()
|
D | sock.h | 1002 int (*sendmsg)(struct sock *sk, struct msghdr *msg, 1004 int (*recvmsg)(struct sock *sk, struct msghdr *msg, 1507 int __sock_cmsg_send(struct sock *sk, struct msghdr *msg, struct cmsghdr *cmsg, 1509 int sock_cmsg_send(struct sock *sk, struct msghdr *msg, 1528 int sock_no_sendmsg(struct socket *, struct msghdr *, size_t); 1529 int sock_no_recvmsg(struct socket *, struct msghdr *, size_t, int); 1541 int sock_common_recvmsg(struct socket *sock, struct msghdr *msg, size_t size, 2124 void __sock_recv_timestamp(struct msghdr *msg, struct sock *sk, 2126 void __sock_recv_wifi_status(struct msghdr *msg, struct sock *sk, 2130 sock_recv_timestamp(struct msghdr *msg, struct sock *sk, struct sk_buff *skb) in sock_recv_timestamp() [all …]
|
D | udplite.h | 22 struct msghdr *msg = from; in udplite_getfrag()
|
D | ipx.h | 153 struct msghdr *msg, size_t len, int noblock);
|
D | udp.h | 255 int udp_sendmsg(struct sock *sk, struct msghdr *msg, size_t len);
|
D | tcp.h | 349 int tcp_sendmsg(struct sock *sk, struct msghdr *msg, size_t size); 427 int tcp_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, int nonblock, 466 int tcp_send_rcvq(struct sock *sk, struct msghdr *msg, size_t size); 1498 struct msghdr *data; /* data in MSG_FASTOPEN */
|
D | ipv6.h | 987 int ipv6_recv_error(struct sock *sk, struct msghdr *msg, int len, 989 int ipv6_recv_rxpmtu(struct sock *sk, struct msghdr *msg, int len,
|
/include/linux/ |
D | vmw_vmci_api.h | 27 struct msghdr; 77 struct msghdr *msg, size_t iov_size, int mode); 79 struct msghdr *msg, size_t iov_size, int mode); 80 ssize_t vmci_qpair_peekv(struct vmci_qp *qpair, struct msghdr *msg, size_t iov_size,
|
D | virtio_vsock.h | 62 struct msghdr *msg; 80 struct msghdr *msg, 85 struct msghdr *msg, 141 struct msghdr *msg, 146 struct msghdr *msg,
|
D | net.h | 130 struct msghdr; 173 int (*sendmsg) (struct socket *sock, struct msghdr *m, 183 int (*recvmsg) (struct socket *sock, struct msghdr *m, 227 int sock_sendmsg(struct socket *sock, struct msghdr *msg); 228 int sock_recvmsg(struct socket *sock, struct msghdr *msg, int flags); 278 int kernel_sendmsg(struct socket *sock, struct msghdr *msg, struct kvec *vec, 280 int kernel_recvmsg(struct socket *sock, struct msghdr *msg, struct kvec *vec,
|
D | socket.h | 47 struct msghdr { struct 137 static inline struct cmsghdr * cmsg_nxthdr (struct msghdr *__msg, struct cmsghdr *__cmsg) in cmsg_nxthdr() 142 static inline size_t msg_data_left(struct msghdr *msg) in msg_data_left() 337 extern int put_cmsg(struct msghdr*, int level, int type, int len, void *data);
|
D | security.h | 100 struct msghdr; 1169 int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size); 1170 int security_socket_recvmsg(struct socket *sock, struct msghdr *msg, 1257 struct msghdr *msg, int size) in security_socket_sendmsg() 1263 struct msghdr *msg, int size, in security_socket_recvmsg()
|
D | tcp.h | 201 struct msghdr *msg;
|
D | lsm_hooks.h | 1609 int (*socket_sendmsg)(struct socket *sock, struct msghdr *msg, 1611 int (*socket_recvmsg)(struct socket *sock, struct msghdr *msg,
|
/include/net/sctp/ |
D | ulpevent.h | 132 struct msghdr *); 134 struct msghdr *); 136 struct msghdr *, struct sock *sk);
|
D | sm.h | 222 struct msghdr *, size_t msg_len);
|
/include/crypto/ |
D | if_alg.h | 82 int af_alg_cmsg_send(struct msghdr *msg, struct af_alg_control *con);
|
/include/net/bluetooth/ |
D | bluetooth.h | 267 int bt_sock_recvmsg(struct socket *sock, struct msghdr *msg, size_t len, 269 int bt_sock_stream_recvmsg(struct socket *sock, struct msghdr *msg,
|