|
int | get_compat_msghdr (struct msghdr *kmsg, struct compat_msghdr __user *umsg) |
|
int | verify_compat_iovec (struct msghdr *kern_msg, struct iovec *kern_iov, struct sockaddr_storage *kern_address, int mode) |
|
int | cmsghdr_from_user_compat_to_kern (struct msghdr *kmsg, struct sock *sk, unsigned char *stackbuf, int stackbuf_size) |
|
int | put_cmsg_compat (struct msghdr *kmsg, int level, int type, int len, void *data) |
|
void | scm_detach_fds_compat (struct msghdr *kmsg, struct scm_cookie *scm) |
|
asmlinkage long | compat_sys_setsockopt (int fd, int level, int optname, char __user *optval, unsigned int optlen) |
|
int | compat_sock_get_timestamp (struct sock *sk, struct timeval __user *userstamp) |
|
| EXPORT_SYMBOL (compat_sock_get_timestamp) |
|
int | compat_sock_get_timestampns (struct sock *sk, struct timespec __user *userstamp) |
|
| EXPORT_SYMBOL (compat_sock_get_timestampns) |
|
asmlinkage long | compat_sys_getsockopt (int fd, int level, int optname, char __user *optval, int __user *optlen) |
|
int | compat_mc_setsockopt (struct sock *sock, int level, int optname, char __user *optval, unsigned int optlen, int(*setsockopt)(struct sock *, int, int, char __user *, unsigned int)) |
|
| EXPORT_SYMBOL (compat_mc_setsockopt) |
|
int | compat_mc_getsockopt (struct sock *sock, int level, int optname, char __user *optval, int __user *optlen, int(*getsockopt)(struct sock *, int, int, char __user *, int __user *)) |
|
| EXPORT_SYMBOL (compat_mc_getsockopt) |
|
asmlinkage long | compat_sys_sendmsg (int fd, struct compat_msghdr __user *msg, unsigned int flags) |
|
asmlinkage long | compat_sys_sendmmsg (int fd, struct compat_mmsghdr __user *mmsg, unsigned int vlen, unsigned int flags) |
|
asmlinkage long | compat_sys_recvmsg (int fd, struct compat_msghdr __user *msg, unsigned int flags) |
|
asmlinkage long | compat_sys_recv (int fd, void __user *buf, size_t len, unsigned int flags) |
|
asmlinkage long | compat_sys_recvfrom (int fd, void __user *buf, size_t len, unsigned int flags, struct sockaddr __user *addr, int __user *addrlen) |
|
asmlinkage long | compat_sys_recvmmsg (int fd, struct compat_mmsghdr __user *mmsg, unsigned int vlen, unsigned int flags, struct compat_timespec __user *timeout) |
|
asmlinkage long | compat_sys_socketcall (int call, u32 __user *args) |
|