tag | line | file | source code |
socket | 20 | fs/nfs/sock.c | extern struct socket *socki_lookup(struct inode *inode); |
socket | 38 | fs/nfs/sock.c | struct socket *sock; |
socket | 181 | include/linux/fs.h | struct socket * i_socket; |
socket | 75 | include/linux/net.h | struct socket *conn; /* server socket connected to */ |
socket | 76 | include/linux/net.h | struct socket *iconn; /* incomplete client conn.s */ |
socket | 77 | include/linux/net.h | struct socket *next; |
socket | 87 | include/linux/net.h | int (*create) (struct socket *sock, int protocol); |
socket | 88 | include/linux/net.h | int (*dup) (struct socket *newsock, struct socket *oldsock); |
socket | 89 | include/linux/net.h | int (*release) (struct socket *sock, struct socket *peer); |
socket | 90 | include/linux/net.h | int (*bind) (struct socket *sock, struct sockaddr *umyaddr, |
socket | 92 | include/linux/net.h | int (*connect) (struct socket *sock, struct sockaddr *uservaddr, |
socket | 94 | include/linux/net.h | int (*socketpair) (struct socket *sock1, struct socket *sock2); |
socket | 95 | include/linux/net.h | int (*accept) (struct socket *sock, struct socket *newsock, |
socket | 97 | include/linux/net.h | int (*getname) (struct socket *sock, struct sockaddr *uaddr, |
socket | 99 | include/linux/net.h | int (*read) (struct socket *sock, char *ubuf, int size, |
socket | 101 | include/linux/net.h | int (*write) (struct socket *sock, char *ubuf, int size, |
socket | 103 | include/linux/net.h | int (*select) (struct socket *sock, int sel_type, |
socket | 105 | include/linux/net.h | int (*ioctl) (struct socket *sock, unsigned int cmd, |
socket | 107 | include/linux/net.h | int (*listen) (struct socket *sock, int len); |
socket | 108 | include/linux/net.h | int (*send) (struct socket *sock, void *buff, int len, int nonblock, |
socket | 110 | include/linux/net.h | int (*recv) (struct socket *sock, void *buff, int len, int nonblock, |
socket | 112 | include/linux/net.h | int (*sendto) (struct socket *sock, void *buff, int len, int nonblock, |
socket | 114 | include/linux/net.h | int (*recvfrom) (struct socket *sock, void *buff, int len, int nonblock, |
socket | 116 | include/linux/net.h | int (*shutdown) (struct socket *sock, int flags); |
socket | 117 | include/linux/net.h | int (*setsockopt) (struct socket *sock, int level, int optname, |
socket | 119 | include/linux/net.h | int (*getsockopt) (struct socket *sock, int level, int optname, |
socket | 121 | include/linux/net.h | int (*fcntl) (struct socket *sock, unsigned int cmd, |
socket | 126 | include/linux/net.h | extern int sock_awaitconn(struct socket *mysock, struct socket *servsock); |
socket | 88 | net/inet/proc.c | SOCK_INODE(sp->socket)->i_uid); |
socket | 444 | net/inet/sock.c | inet_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg) |
socket | 474 | net/inet/sock.c | inet_setsockopt(struct socket *sock, int level, int optname, |
socket | 572 | net/inet/sock.c | inet_getsockopt(struct socket *sock, int level, int optname, |
socket | 672 | net/inet/sock.c | inet_listen(struct socket *sock, int backlog) |
socket | 701 | net/inet/sock.c | inet_create(struct socket *sock, int protocol) |
socket | 773 | net/inet/sock.c | sk->socket = sock; |
socket | 877 | net/inet/sock.c | inet_dup(struct socket *newsock, struct socket *oldsock) |
socket | 886 | net/inet/sock.c | inet_release(struct socket *sock, struct socket *peer) |
socket | 938 | net/inet/sock.c | inet_bind(struct socket *sock, struct sockaddr *uaddr, |
socket | 1020 | net/inet/sock.c | inet_connect(struct socket *sock, struct sockaddr * uaddr, |
socket | 1095 | net/inet/sock.c | inet_socketpair(struct socket *sock1, struct socket *sock2) |
socket | 1102 | net/inet/sock.c | inet_accept(struct socket *sock, struct socket *newsock, int flags) |
socket | 1169 | net/inet/sock.c | inet_getname(struct socket *sock, struct sockaddr *uaddr, |
socket | 1216 | net/inet/sock.c | inet_read(struct socket *sock, char *ubuf, int size, int noblock) |
socket | 1238 | net/inet/sock.c | inet_recv(struct socket *sock, void *ubuf, int size, int noblock, |
socket | 1261 | net/inet/sock.c | inet_write(struct socket *sock, char *ubuf, int size, int noblock) |
socket | 1288 | net/inet/sock.c | inet_send(struct socket *sock, void *ubuf, int size, int noblock, |
socket | 1316 | net/inet/sock.c | inet_sendto(struct socket *sock, void *ubuf, int size, int noblock, |
socket | 1347 | net/inet/sock.c | inet_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
socket | 1374 | net/inet/sock.c | inet_shutdown(struct socket *sock, int how) |
socket | 1402 | net/inet/sock.c | inet_select(struct socket *sock, int sel_type, select_table *wait ) |
socket | 1421 | net/inet/sock.c | inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) |
socket | 125 | net/inet/sock.h | struct socket *socket; |
socket | 73 | net/socket.c | static struct socket sockets[NSOCKETS]; |
socket | 138 | net/socket.c | struct socket * |
socket | 141 | net/socket.c | struct socket *sock; |
socket | 157 | net/socket.c | static inline struct socket * |
socket | 168 | net/socket.c | static struct socket * |
socket | 171 | net/socket.c | struct socket *sock; |
socket | 223 | net/socket.c | sock_release_peer(struct socket *peer) |
socket | 231 | net/socket.c | sock_release(struct socket *sock) |
socket | 234 | net/socket.c | struct socket *peersock, *nextsock; |
socket | 273 | net/socket.c | struct socket *sock; |
socket | 288 | net/socket.c | struct socket *sock; |
socket | 313 | net/socket.c | struct socket *sock; |
socket | 328 | net/socket.c | struct socket *sock; |
socket | 348 | net/socket.c | struct socket *sock; |
socket | 364 | net/socket.c | sock_awaitconn(struct socket *mysock, struct socket *servsock) |
socket | 366 | net/socket.c | struct socket *last; |
socket | 430 | net/socket.c | struct socket *sock; |
socket | 487 | net/socket.c | struct socket *sock1, *sock2; |
socket | 538 | net/socket.c | struct socket *sock; |
socket | 561 | net/socket.c | struct socket *sock; |
socket | 586 | net/socket.c | struct socket *sock, *newsock; |
socket | 640 | net/socket.c | struct socket *sock; |
socket | 677 | net/socket.c | struct socket *sock; |
socket | 690 | net/socket.c | struct socket *sock; |
socket | 703 | net/socket.c | struct socket *sock; |
socket | 722 | net/socket.c | struct socket *sock; |
socket | 741 | net/socket.c | struct socket *sock; |
socket | 760 | net/socket.c | struct socket *sock; |
socket | 779 | net/socket.c | struct socket *sock; |
socket | 798 | net/socket.c | struct socket *sock; |
socket | 818 | net/socket.c | struct socket *sock; |
socket | 835 | net/socket.c | struct socket *sock; |
socket | 1071 | net/socket.c | struct socket *sock; |
socket | 51 | net/unix/proc.c | unix_datas[i].socket->flags, |
socket | 52 | net/unix/proc.c | unix_datas[i].socket->type, |
socket | 53 | net/unix/proc.c | unix_datas[i].socket->state |
socket | 57 | net/unix/sock.c | static int unix_proto_create(struct socket *sock, int protocol); |
socket | 58 | net/unix/sock.c | static int unix_proto_dup(struct socket *newsock, struct socket *oldsock); |
socket | 59 | net/unix/sock.c | static int unix_proto_release(struct socket *sock, struct socket *peer); |
socket | 60 | net/unix/sock.c | static int unix_proto_bind(struct socket *sock, struct sockaddr *umyaddr, |
socket | 62 | net/unix/sock.c | static int unix_proto_connect(struct socket *sock, struct sockaddr *uservaddr, |
socket | 64 | net/unix/sock.c | static int unix_proto_socketpair(struct socket *sock1, struct socket *sock2); |
socket | 65 | net/unix/sock.c | static int unix_proto_accept(struct socket *sock, struct socket *newsock, |
socket | 67 | net/unix/sock.c | static int unix_proto_getname(struct socket *sock, struct sockaddr *usockaddr, |
socket | 69 | net/unix/sock.c | static int unix_proto_read(struct socket *sock, char *ubuf, int size, |
socket | 71 | net/unix/sock.c | static int unix_proto_write(struct socket *sock, char *ubuf, int size, |
socket | 73 | net/unix/sock.c | static int unix_proto_select(struct socket *sock, int sel_type, select_table * wait); |
socket | 74 | net/unix/sock.c | static int unix_proto_ioctl(struct socket *sock, unsigned int cmd, |
socket | 76 | net/unix/sock.c | static int unix_proto_listen(struct socket *sock, int backlog); |
socket | 77 | net/unix/sock.c | static int unix_proto_send(struct socket *sock, void *buff, int len, |
socket | 79 | net/unix/sock.c | static int unix_proto_recv(struct socket *sock, void *buff, int len, |
socket | 81 | net/unix/sock.c | static int unix_proto_sendto(struct socket *sock, void *buff, int len, |
socket | 84 | net/unix/sock.c | static int unix_proto_recvfrom(struct socket *sock, void *buff, int len, |
socket | 88 | net/unix/sock.c | static int unix_proto_shutdown(struct socket *sock, int how); |
socket | 90 | net/unix/sock.c | static int unix_proto_setsockopt(struct socket *sock, int level, int optname, |
socket | 92 | net/unix/sock.c | static int unix_proto_getsockopt(struct socket *sock, int level, int optname, |
socket | 146 | net/unix/sock.c | unix_proto_listen(struct socket *sock, int backlog) |
socket | 153 | net/unix/sock.c | unix_proto_setsockopt(struct socket *sock, int level, int optname, |
socket | 161 | net/unix/sock.c | unix_proto_getsockopt(struct socket *sock, int level, int optname, |
socket | 168 | net/unix/sock.c | unix_proto_sendto(struct socket *sock, void *buff, int len, int nonblock, |
socket | 175 | net/unix/sock.c | unix_proto_recvfrom(struct socket *sock, void *buff, int len, int nonblock, |
socket | 183 | net/unix/sock.c | unix_proto_shutdown(struct socket *sock, int how) |
socket | 191 | net/unix/sock.c | unix_proto_send(struct socket *sock, void *buff, int len, int nonblock, |
socket | 201 | net/unix/sock.c | unix_proto_recv(struct socket *sock, void *buff, int len, int nonblock, |
socket | 216 | net/unix/sock.c | if (upd->refcnt && upd->socket && |
socket | 217 | net/unix/sock.c | upd->socket->state == SS_UNCONNECTED && |
socket | 235 | net/unix/sock.c | upd->socket = NULL; |
socket | 286 | net/unix/sock.c | unix_proto_create(struct socket *sock, int protocol) |
socket | 305 | net/unix/sock.c | upd->socket = sock; |
socket | 313 | net/unix/sock.c | unix_proto_dup(struct socket *newsock, struct socket *oldsock) |
socket | 322 | net/unix/sock.c | unix_proto_release(struct socket *sock, struct socket *peer) |
socket | 328 | net/unix/sock.c | if (upd->socket != sock) { |
socket | 338 | net/unix/sock.c | upd->socket = NULL; |
socket | 355 | net/unix/sock.c | unix_proto_bind(struct socket *sock, struct sockaddr *umyaddr, |
socket | 411 | net/unix/sock.c | unix_proto_connect(struct socket *sock, struct sockaddr *uservaddr, |
socket | 466 | net/unix/sock.c | if ((i = sock_awaitconn(sock, serv_upd->socket)) < 0) { |
socket | 485 | net/unix/sock.c | unix_proto_socketpair(struct socket *sock1, struct socket *sock2) |
socket | 499 | net/unix/sock.c | unix_proto_accept(struct socket *sock, struct socket *newsock, int flags) |
socket | 501 | net/unix/sock.c | struct socket *clientsock; |
socket | 540 | net/unix/sock.c | unix_proto_getname(struct socket *sock, struct sockaddr *usockaddr, |
socket | 575 | net/unix/sock.c | unix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock) |
socket | 633 | net/unix/sock.c | unix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock) |
socket | 705 | net/unix/sock.c | unix_proto_select(struct socket *sock, int sel_type, select_table * wait) |
socket | 756 | net/unix/sock.c | unix_proto_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) |
socket | 30 | net/unix/unix.h | struct socket *socket; /* socket we're bound to */ |