tag | line | file | source code |
socket | 149 | fs/nfs/inode.c | struct socket *sock; |
socket | 56 | fs/nfs/sock.c | struct socket *sock; |
socket | 36 | fs/smbfs/sock.c | struct socket *sock = sk->socket; |
socket | 81 | fs/smbfs/sock.c | struct socket *sock; |
socket | 129 | fs/smbfs/sock.c | struct socket *sock; |
socket | 182 | fs/smbfs/sock.c | smb_receive(struct smb_server *server, struct socket *sock) |
socket | 265 | fs/smbfs/sock.c | smb_receive_trans2(struct smb_server *server, struct socket *sock, |
socket | 374 | fs/smbfs/sock.c | static inline struct socket * |
socket | 392 | fs/smbfs/sock.c | struct socket *sock = server_sock(server); |
socket | 414 | fs/smbfs/sock.c | struct socket *sock = server_sock(server); |
socket | 439 | fs/smbfs/sock.c | struct socket *sock = server_sock(server); |
socket | 518 | fs/smbfs/sock.c | struct socket *sock = server_sock(server); |
socket | 248 | include/linux/fs.h | struct socket socket_i; |
socket | 78 | include/linux/net.h | struct socket *conn; /* server socket connected to */ |
socket | 79 | include/linux/net.h | struct socket *iconn; /* incomplete client conn.s */ |
socket | 80 | include/linux/net.h | struct socket *next; |
socket | 91 | include/linux/net.h | int (*create) (struct socket *sock, int protocol); |
socket | 92 | include/linux/net.h | int (*dup) (struct socket *newsock, struct socket *oldsock); |
socket | 93 | include/linux/net.h | int (*release) (struct socket *sock, struct socket *peer); |
socket | 94 | include/linux/net.h | int (*bind) (struct socket *sock, struct sockaddr *umyaddr, |
socket | 96 | include/linux/net.h | int (*connect) (struct socket *sock, struct sockaddr *uservaddr, |
socket | 98 | include/linux/net.h | int (*socketpair) (struct socket *sock1, struct socket *sock2); |
socket | 99 | include/linux/net.h | int (*accept) (struct socket *sock, struct socket *newsock, |
socket | 101 | include/linux/net.h | int (*getname) (struct socket *sock, struct sockaddr *uaddr, |
socket | 103 | include/linux/net.h | int (*read) (struct socket *sock, char *ubuf, int size, |
socket | 105 | include/linux/net.h | int (*write) (struct socket *sock, char *ubuf, int size, |
socket | 107 | include/linux/net.h | int (*select) (struct socket *sock, int sel_type, |
socket | 109 | include/linux/net.h | int (*ioctl) (struct socket *sock, unsigned int cmd, |
socket | 111 | include/linux/net.h | int (*listen) (struct socket *sock, int len); |
socket | 112 | include/linux/net.h | int (*send) (struct socket *sock, void *buff, int len, int nonblock, |
socket | 114 | include/linux/net.h | int (*recv) (struct socket *sock, void *buff, int len, int nonblock, |
socket | 116 | include/linux/net.h | int (*sendto) (struct socket *sock, void *buff, int len, int nonblock, |
socket | 118 | include/linux/net.h | int (*recvfrom) (struct socket *sock, void *buff, int len, int nonblock, |
socket | 120 | include/linux/net.h | int (*shutdown) (struct socket *sock, int flags); |
socket | 121 | include/linux/net.h | int (*setsockopt) (struct socket *sock, int level, int optname, |
socket | 123 | include/linux/net.h | int (*getsockopt) (struct socket *sock, int level, int optname, |
socket | 125 | include/linux/net.h | int (*fcntl) (struct socket *sock, unsigned int cmd, |
socket | 134 | include/linux/net.h | extern int sock_awaitconn(struct socket *mysock, struct socket *servsock, int flags); |
socket | 135 | include/linux/net.h | extern int sock_wake_async(struct socket *sock, int how); |
socket | 138 | include/linux/net.h | extern struct socket *sock_alloc(void); |
socket | 139 | include/linux/net.h | extern void sock_release(struct socket *sock); |
socket | 199 | include/net/sock.h | struct socket *socket; |
socket | 34 | include/net/unix.h | struct socket *socket; /* socket we're bound to */ |
socket | 233 | net/appletalk/ddp.c | len += sprintf (buffer+len,"%02X %d\n", s->state, SOCK_INODE(s->socket)->i_uid); |
socket | 921 | net/appletalk/ddp.c | static int atalk_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg) |
socket | 936 | net/appletalk/ddp.c | static int atalk_setsockopt(struct socket *sock, int level, int optname, char *optval, int optlen) |
socket | 974 | net/appletalk/ddp.c | static int atalk_getsockopt(struct socket *sock, int level, int optname, |
socket | 1013 | net/appletalk/ddp.c | static int atalk_listen(struct socket *sock, int backlog) |
socket | 1033 | net/appletalk/ddp.c | sock_wake_async(sk->socket,0); |
socket | 1042 | net/appletalk/ddp.c | static int atalk_create(struct socket *sock, int protocol) |
socket | 1081 | net/appletalk/ddp.c | sk->socket=sock; |
socket | 1114 | net/appletalk/ddp.c | static int atalk_dup(struct socket *newsock,struct socket *oldsock) |
socket | 1123 | net/appletalk/ddp.c | static int atalk_release(struct socket *sock, struct socket *peer) |
socket | 1173 | net/appletalk/ddp.c | static int atalk_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len) |
socket | 1228 | net/appletalk/ddp.c | static int atalk_connect(struct socket *sock, struct sockaddr *uaddr, |
socket | 1268 | net/appletalk/ddp.c | static int atalk_socketpair(struct socket *sock1, struct socket *sock2) |
socket | 1277 | net/appletalk/ddp.c | static int atalk_accept(struct socket *sock, struct socket *newsock, int flags) |
socket | 1289 | net/appletalk/ddp.c | static int atalk_getname(struct socket *sock, struct sockaddr *uaddr, |
socket | 1460 | net/appletalk/ddp.c | static int atalk_sendto(struct socket *sock, void *ubuf, int len, int noblock, |
socket | 1637 | net/appletalk/ddp.c | static int atalk_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags) |
socket | 1642 | net/appletalk/ddp.c | static int atalk_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
socket | 1693 | net/appletalk/ddp.c | static int atalk_write(struct socket *sock, char *ubuf, int size, int noblock) |
socket | 1699 | net/appletalk/ddp.c | static int atalk_recv(struct socket *sock, void *ubuf, int size , int noblock, |
socket | 1708 | net/appletalk/ddp.c | static int atalk_read(struct socket *sock, char *ubuf, int size, int noblock) |
socket | 1714 | net/appletalk/ddp.c | static int atalk_shutdown(struct socket *sk,int how) |
socket | 1719 | net/appletalk/ddp.c | static int atalk_select(struct socket *sock , int sel_type, select_table *wait) |
socket | 1730 | net/appletalk/ddp.c | static int atalk_ioctl(struct socket *sock,unsigned int cmd, unsigned long arg) |
socket | 626 | net/ax25/af_ax25.c | static int ax25_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg) |
socket | 635 | net/ax25/af_ax25.c | static int ax25_setsockopt(struct socket *sock, int level, int optname, |
socket | 697 | net/ax25/af_ax25.c | static int ax25_getsockopt(struct socket *sock, int level, int optname, |
socket | 754 | net/ax25/af_ax25.c | static int ax25_listen(struct socket *sock, int backlog) |
socket | 779 | net/ax25/af_ax25.c | static int ax25_create(struct socket *sock, int protocol) |
socket | 812 | net/ax25/af_ax25.c | sk->socket = sock; |
socket | 864 | net/ax25/af_ax25.c | sk->socket = osk->socket; |
socket | 936 | net/ax25/af_ax25.c | static int ax25_dup(struct socket *newsock, struct socket *oldsock) |
socket | 943 | net/ax25/af_ax25.c | static int ax25_release(struct socket *sock, struct socket *peer) |
socket | 1005 | net/ax25/af_ax25.c | static int ax25_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len) |
socket | 1062 | net/ax25/af_ax25.c | static int ax25_connect(struct socket *sock, struct sockaddr *uaddr, |
socket | 1173 | net/ax25/af_ax25.c | static int ax25_socketpair(struct socket *sock1, struct socket *sock2) |
socket | 1178 | net/ax25/af_ax25.c | static int ax25_accept(struct socket *sock, struct socket *newsock, int flags) |
socket | 1227 | net/ax25/af_ax25.c | static int ax25_getname(struct socket *sock, struct sockaddr *uaddr, |
socket | 1535 | net/ax25/af_ax25.c | static int ax25_sendto(struct socket *sock, void *ubuf, int len, int noblock, |
socket | 1685 | net/ax25/af_ax25.c | static int ax25_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags) |
socket | 1690 | net/ax25/af_ax25.c | static int ax25_write(struct socket *sock, char *ubuf, int size, int noblock) |
socket | 1695 | net/ax25/af_ax25.c | static int ax25_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
socket | 1756 | net/ax25/af_ax25.c | static int ax25_recv(struct socket *sock, void *ubuf, int size , int noblock, |
socket | 1767 | net/ax25/af_ax25.c | static int ax25_read(struct socket *sock, char *ubuf, int size, int noblock) |
socket | 1772 | net/ax25/af_ax25.c | static int ax25_shutdown(struct socket *sk, int how) |
socket | 1778 | net/ax25/af_ax25.c | static int ax25_select(struct socket *sock , int sel_type, select_table *wait) |
socket | 1785 | net/ax25/af_ax25.c | static int ax25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) |
socket | 455 | net/core/sock.c | sk->socket->flags |= SO_NOSPACE; |
socket | 477 | net/core/sock.c | sk->socket->flags &= ~SO_NOSPACE; |
socket | 402 | net/ipv4/af_inet.c | static int inet_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg) |
socket | 431 | net/ipv4/af_inet.c | static int inet_setsockopt(struct socket *sock, int level, int optname, |
socket | 447 | net/ipv4/af_inet.c | static int inet_getsockopt(struct socket *sock, int level, int optname, |
socket | 483 | net/ipv4/af_inet.c | static int inet_listen(struct socket *sock, int backlog) |
socket | 526 | net/ipv4/af_inet.c | sock_wake_async(sk->socket, 1); |
socket | 535 | net/ipv4/af_inet.c | sock_wake_async(sk->socket, 2); |
socket | 546 | net/ipv4/af_inet.c | static int inet_create(struct socket *sock, int protocol) |
socket | 619 | net/ipv4/af_inet.c | sk->socket = sock; |
socket | 762 | net/ipv4/af_inet.c | static int inet_dup(struct socket *newsock, struct socket *oldsock) |
socket | 788 | net/ipv4/af_inet.c | static int inet_release(struct socket *sock, struct socket *peer) |
socket | 845 | net/ipv4/af_inet.c | sk->socket = NULL; |
socket | 850 | net/ipv4/af_inet.c | static int inet_bind(struct socket *sock, struct sockaddr *uaddr, |
socket | 955 | net/ipv4/af_inet.c | static int inet_connect(struct socket *sock, struct sockaddr * uaddr, |
socket | 1039 | net/ipv4/af_inet.c | static int inet_socketpair(struct socket *sock1, struct socket *sock2) |
socket | 1049 | net/ipv4/af_inet.c | static int inet_accept(struct socket *sock, struct socket *newsock, int flags) |
socket | 1090 | net/ipv4/af_inet.c | sk2->socket = newsock; |
socket | 1104 | net/ipv4/af_inet.c | sk2->socket=NULL; |
socket | 1129 | net/ipv4/af_inet.c | static int inet_getname(struct socket *sock, struct sockaddr *uaddr, |
socket | 1161 | net/ipv4/af_inet.c | static int inet_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
socket | 1178 | net/ipv4/af_inet.c | static int inet_recv(struct socket *sock, void *ubuf, int size, int noblock, |
socket | 1185 | net/ipv4/af_inet.c | static int inet_read(struct socket *sock, char *ubuf, int size, int noblock) |
socket | 1197 | net/ipv4/af_inet.c | static int inet_send(struct socket *sock, void *ubuf, int size, int noblock, |
socket | 1214 | net/ipv4/af_inet.c | static int inet_write(struct socket *sock, char *ubuf, int size, int noblock) |
socket | 1219 | net/ipv4/af_inet.c | static int inet_sendto(struct socket *sock, void *ubuf, int size, int noblock, |
socket | 1240 | net/ipv4/af_inet.c | static int inet_shutdown(struct socket *sock, int how) |
socket | 1264 | net/ipv4/af_inet.c | static int inet_select(struct socket *sock, int sel_type, select_table *wait ) |
socket | 1284 | net/ipv4/af_inet.c | static int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) |
socket | 115 | net/ipv4/proc.c | sp->socket?SOCK_INODE(sp->socket)->i_uid:0, |
socket | 1663 | net/ipv4/tcp.c | sk->socket->flags |= SO_NOSPACE; |
socket | 1686 | net/ipv4/tcp.c | sk->socket->flags &= ~SO_NOSPACE; |
socket | 2141 | net/ipv4/tcp.c | sk->socket->flags |= SO_WAITDATA; |
socket | 2143 | net/ipv4/tcp.c | sk->socket->flags &= ~SO_WAITDATA; |
socket | 2812 | net/ipv4/tcp.c | newsk->socket = NULL; |
socket | 3726 | net/ipv4/tcp.c | sock_wake_async(sk->socket, 1); |
socket | 4756 | net/ipv4/tcp.c | sock_wake_async(sk->socket, 0); |
socket | 1196 | net/ipx/af_ipx.c | s->state, SOCK_INODE(s->socket)->i_uid); |
socket | 1264 | net/ipx/af_ipx.c | static int ipx_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg) |
socket | 1273 | net/ipx/af_ipx.c | static int ipx_setsockopt(struct socket *sock, int level, int optname, char *optval, int optlen) |
socket | 1309 | net/ipx/af_ipx.c | static int ipx_getsockopt(struct socket *sock, int level, int optname, |
socket | 1347 | net/ipx/af_ipx.c | static int ipx_listen(struct socket *sock, int backlog) |
socket | 1363 | net/ipx/af_ipx.c | sock_wake_async(sk->socket, 1); |
socket | 1368 | net/ipx/af_ipx.c | ipx_create(struct socket *sock, int protocol) |
socket | 1398 | net/ipx/af_ipx.c | sk->socket=sock; |
socket | 1422 | net/ipx/af_ipx.c | static int ipx_release(struct socket *sock, struct socket *peer) |
socket | 1435 | net/ipx/af_ipx.c | static int ipx_dup(struct socket *newsock,struct socket *oldsock) |
socket | 1458 | net/ipx/af_ipx.c | static int ipx_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len) |
socket | 1503 | net/ipx/af_ipx.c | static int ipx_connect(struct socket *sock, struct sockaddr *uaddr, |
socket | 1539 | net/ipx/af_ipx.c | static int ipx_socketpair(struct socket *sock1, struct socket *sock2) |
socket | 1544 | net/ipx/af_ipx.c | static int ipx_accept(struct socket *sock, struct socket *newsock, int flags) |
socket | 1551 | net/ipx/af_ipx.c | static int ipx_getname(struct socket *sock, struct sockaddr *uaddr, |
socket | 1671 | net/ipx/af_ipx.c | static int ipx_sendto(struct socket *sock, void *ubuf, int len, int noblock, |
socket | 1714 | net/ipx/af_ipx.c | static int ipx_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags) |
socket | 1719 | net/ipx/af_ipx.c | static int ipx_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
socket | 1764 | net/ipx/af_ipx.c | static int ipx_write(struct socket *sock, char *ubuf, int size, int noblock) |
socket | 1770 | net/ipx/af_ipx.c | static int ipx_recv(struct socket *sock, void *ubuf, int size , int noblock, |
socket | 1779 | net/ipx/af_ipx.c | static int ipx_read(struct socket *sock, char *ubuf, int size, int noblock) |
socket | 1785 | net/ipx/af_ipx.c | static int ipx_shutdown(struct socket *sk,int how) |
socket | 1790 | net/ipx/af_ipx.c | static int ipx_select(struct socket *sock , int sel_type, select_table *wait) |
socket | 1797 | net/ipx/af_ipx.c | static int ipx_ioctl(struct socket *sock,unsigned int cmd, unsigned long arg) |
socket | 258 | net/netrom/af_netrom.c | static int nr_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg) |
socket | 267 | net/netrom/af_netrom.c | static int nr_setsockopt(struct socket *sock, int level, int optname, |
socket | 313 | net/netrom/af_netrom.c | static int nr_getsockopt(struct socket *sock, int level, int optname, |
socket | 358 | net/netrom/af_netrom.c | static int nr_listen(struct socket *sock, int backlog) |
socket | 384 | net/netrom/af_netrom.c | static int nr_create(struct socket *sock, int protocol) |
socket | 414 | net/netrom/af_netrom.c | sk->socket = sock; |
socket | 500 | net/netrom/af_netrom.c | sk->socket = osk->socket; |
socket | 572 | net/netrom/af_netrom.c | static int nr_dup(struct socket *newsock, struct socket *oldsock) |
socket | 579 | net/netrom/af_netrom.c | static int nr_release(struct socket *sock, struct socket *peer) |
socket | 634 | net/netrom/af_netrom.c | static int nr_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len) |
socket | 693 | net/netrom/af_netrom.c | static int nr_connect(struct socket *sock, struct sockaddr *uaddr, |
socket | 784 | net/netrom/af_netrom.c | static int nr_socketpair(struct socket *sock1, struct socket *sock2) |
socket | 789 | net/netrom/af_netrom.c | static int nr_accept(struct socket *sock, struct socket *newsock, int flags) |
socket | 838 | net/netrom/af_netrom.c | static int nr_getname(struct socket *sock, struct sockaddr *uaddr, |
socket | 980 | net/netrom/af_netrom.c | static int nr_sendto(struct socket *sock, void *ubuf, int len, int noblock, |
socket | 1083 | net/netrom/af_netrom.c | static int nr_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags) |
socket | 1088 | net/netrom/af_netrom.c | static int nr_write(struct socket *sock, char *ubuf, int size, int noblock) |
socket | 1093 | net/netrom/af_netrom.c | static int nr_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
socket | 1139 | net/netrom/af_netrom.c | static int nr_recv(struct socket *sock, void *ubuf, int size , int noblock, |
socket | 1150 | net/netrom/af_netrom.c | static int nr_read(struct socket *sock, char *ubuf, int size, int noblock) |
socket | 1155 | net/netrom/af_netrom.c | static int nr_shutdown(struct socket *sk, int how) |
socket | 1160 | net/netrom/af_netrom.c | static int nr_select(struct socket *sock , int sel_type, select_table *wait) |
socket | 1167 | net/netrom/af_netrom.c | static int nr_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) |
socket | 200 | net/socket.c | inline struct socket *socki_lookup(struct inode *inode) |
socket | 209 | net/socket.c | static inline struct socket *sockfd_lookup(int fd, struct file **pfile) |
socket | 231 | net/socket.c | struct socket *sock_alloc(void) |
socket | 234 | net/socket.c | struct socket * sock; |
socket | 264 | net/socket.c | static inline void sock_release_peer(struct socket *peer) |
socket | 271 | net/socket.c | void sock_release(struct socket *sock) |
socket | 274 | net/socket.c | struct socket *peersock, *nextsock; |
socket | 319 | net/socket.c | struct socket *sock; |
socket | 342 | net/socket.c | struct socket *sock; |
socket | 368 | net/socket.c | struct socket *sock; |
socket | 376 | net/socket.c | struct socket *sock; |
socket | 409 | net/socket.c | struct socket *sock; |
socket | 455 | net/socket.c | int sock_wake_async(struct socket *sock, int how) |
socket | 484 | net/socket.c | int sock_awaitconn(struct socket *mysock, struct socket *servsock, int flags) |
socket | 486 | net/socket.c | struct socket *last; |
socket | 565 | net/socket.c | struct socket *sock; |
socket | 631 | net/socket.c | struct socket *sock1, *sock2; |
socket | 695 | net/socket.c | struct socket *sock; |
socket | 725 | net/socket.c | struct socket *sock; |
socket | 755 | net/socket.c | struct socket *sock, *newsock; |
socket | 816 | net/socket.c | struct socket *sock; |
socket | 867 | net/socket.c | struct socket *sock; |
socket | 892 | net/socket.c | struct socket *sock; |
socket | 917 | net/socket.c | struct socket *sock; |
socket | 943 | net/socket.c | struct socket *sock; |
socket | 977 | net/socket.c | struct socket *sock; |
socket | 1007 | net/socket.c | struct socket *sock; |
socket | 1043 | net/socket.c | struct socket *sock; |
socket | 1061 | net/socket.c | struct socket *sock; |
socket | 1081 | net/socket.c | struct socket *sock; |
socket | 1099 | net/socket.c | struct socket *sock; |
socket | 56 | net/unix/proc.c | if (unix_datas[i].refcnt>0 && unix_datas[i].socket!=NULL) |
socket | 59 | net/unix/proc.c | s_type=unix_datas[i].socket->type; |
socket | 60 | net/unix/proc.c | s_flags=unix_datas[i].socket->flags; |
socket | 61 | net/unix/proc.c | s_state=unix_datas[i].socket->state; |
socket | 60 | net/unix/sock.c | static int unix_proto_create(struct socket *sock, int protocol); |
socket | 61 | net/unix/sock.c | static int unix_proto_dup(struct socket *newsock, struct socket *oldsock); |
socket | 62 | net/unix/sock.c | static int unix_proto_release(struct socket *sock, struct socket *peer); |
socket | 63 | net/unix/sock.c | static int unix_proto_bind(struct socket *sock, struct sockaddr *umyaddr, |
socket | 65 | net/unix/sock.c | static int unix_proto_connect(struct socket *sock, struct sockaddr *uservaddr, |
socket | 67 | net/unix/sock.c | static int unix_proto_socketpair(struct socket *sock1, struct socket *sock2); |
socket | 68 | net/unix/sock.c | static int unix_proto_accept(struct socket *sock, struct socket *newsock, |
socket | 70 | net/unix/sock.c | static int unix_proto_getname(struct socket *sock, struct sockaddr *usockaddr, |
socket | 72 | net/unix/sock.c | static int unix_proto_read(struct socket *sock, char *ubuf, int size, |
socket | 74 | net/unix/sock.c | static int unix_proto_write(struct socket *sock, char *ubuf, int size, |
socket | 76 | net/unix/sock.c | static int unix_proto_select(struct socket *sock, int sel_type, select_table * wait); |
socket | 77 | net/unix/sock.c | static int unix_proto_ioctl(struct socket *sock, unsigned int cmd, |
socket | 79 | net/unix/sock.c | static int unix_proto_listen(struct socket *sock, int backlog); |
socket | 80 | net/unix/sock.c | static int unix_proto_send(struct socket *sock, void *buff, int len, |
socket | 82 | net/unix/sock.c | static int unix_proto_recv(struct socket *sock, void *buff, int len, |
socket | 84 | net/unix/sock.c | static int unix_proto_sendto(struct socket *sock, void *buff, int len, |
socket | 87 | net/unix/sock.c | static int unix_proto_recvfrom(struct socket *sock, void *buff, int len, |
socket | 91 | net/unix/sock.c | static int unix_proto_shutdown(struct socket *sock, int how); |
socket | 93 | net/unix/sock.c | static int unix_proto_setsockopt(struct socket *sock, int level, int optname, |
socket | 95 | net/unix/sock.c | static int unix_proto_getsockopt(struct socket *sock, int level, int optname, |
socket | 136 | net/unix/sock.c | static int unix_proto_listen(struct socket *sock, int backlog) |
socket | 145 | net/unix/sock.c | static int unix_proto_setsockopt(struct socket *sock, int level, int optname, |
socket | 152 | net/unix/sock.c | static int unix_proto_getsockopt(struct socket *sock, int level, int optname, |
socket | 163 | net/unix/sock.c | static int unix_proto_sendto(struct socket *sock, void *buff, int len, int nonblock, |
socket | 169 | net/unix/sock.c | static int unix_proto_recvfrom(struct socket *sock, void *buff, int len, int nonblock, |
socket | 179 | net/unix/sock.c | static int unix_proto_shutdown(struct socket *sock, int how) |
socket | 189 | net/unix/sock.c | static int unix_proto_send(struct socket *sock, void *buff, int len, int nonblock, |
socket | 202 | net/unix/sock.c | static int unix_proto_recv(struct socket *sock, void *buff, int len, int nonblock, |
socket | 222 | net/unix/sock.c | if (upd->refcnt > 0 && upd->socket && |
socket | 223 | net/unix/sock.c | upd->socket->state == SS_UNCONNECTED && |
socket | 251 | net/unix/sock.c | upd->socket = NULL; |
socket | 306 | net/unix/sock.c | static int unix_proto_create(struct socket *sock, int protocol) |
socket | 331 | net/unix/sock.c | upd->socket = sock; |
socket | 341 | net/unix/sock.c | static int unix_proto_dup(struct socket *newsock, struct socket *oldsock) |
socket | 352 | net/unix/sock.c | static int unix_proto_release(struct socket *sock, struct socket *peer) |
socket | 359 | net/unix/sock.c | if (upd->socket != sock) |
socket | 372 | net/unix/sock.c | upd->socket = NULL; |
socket | 391 | net/unix/sock.c | static int unix_proto_bind(struct socket *sock, struct sockaddr *umyaddr, |
socket | 445 | net/unix/sock.c | static int unix_proto_connect(struct socket *sock, struct sockaddr *uservaddr, |
socket | 498 | net/unix/sock.c | if ((i = sock_awaitconn(sock, serv_upd->socket, flags)) < 0) |
socket | 519 | net/unix/sock.c | static int unix_proto_socketpair(struct socket *sock1, struct socket *sock2) |
socket | 535 | net/unix/sock.c | static int unix_proto_accept(struct socket *sock, struct socket *newsock, int flags) |
socket | 537 | net/unix/sock.c | struct socket *clientsock; |
socket | 581 | net/unix/sock.c | static int unix_proto_getname(struct socket *sock, struct sockaddr *usockaddr, |
socket | 609 | net/unix/sock.c | static int unix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock) |
socket | 679 | net/unix/sock.c | static int unix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock) |
socket | 772 | net/unix/sock.c | static int unix_proto_select(struct socket *sock, int sel_type, select_table * wait) |
socket | 830 | net/unix/sock.c | static int unix_proto_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) |