tag | line | file | source code |
socket | 41 | fs/nfs/sock.c | extern struct socket *socki_lookup(struct inode *inode); |
socket | 59 | fs/nfs/sock.c | struct socket *sock; |
socket | 249 | 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 | 378 | net/inet/af_inet.c | static int inet_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg) |
socket | 407 | net/inet/af_inet.c | static int inet_setsockopt(struct socket *sock, int level, int optname, |
socket | 423 | net/inet/af_inet.c | static int inet_getsockopt(struct socket *sock, int level, int optname, |
socket | 457 | net/inet/af_inet.c | static int inet_listen(struct socket *sock, int backlog) |
socket | 497 | net/inet/af_inet.c | sock_wake_async(sk->socket, 1); |
socket | 506 | net/inet/af_inet.c | sock_wake_async(sk->socket, 2); |
socket | 517 | net/inet/af_inet.c | static int inet_create(struct socket *sock, int protocol) |
socket | 596 | net/inet/af_inet.c | sk->socket = sock; |
socket | 730 | net/inet/af_inet.c | static int inet_dup(struct socket *newsock, struct socket *oldsock) |
socket | 742 | net/inet/af_inet.c | static int inet_release(struct socket *sock, struct socket *peer) |
socket | 797 | net/inet/af_inet.c | sk->socket = NULL; |
socket | 806 | net/inet/af_inet.c | static int inet_bind(struct socket *sock, struct sockaddr *uaddr, |
socket | 904 | net/inet/af_inet.c | static int inet_connect(struct socket *sock, struct sockaddr * uaddr, |
socket | 981 | net/inet/af_inet.c | static int inet_socketpair(struct socket *sock1, struct socket *sock2) |
socket | 991 | net/inet/af_inet.c | static int inet_accept(struct socket *sock, struct socket *newsock, int flags) |
socket | 1034 | net/inet/af_inet.c | sk2->socket = newsock; |
socket | 1048 | net/inet/af_inet.c | sk2->socket=NULL; |
socket | 1073 | net/inet/af_inet.c | static int inet_getname(struct socket *sock, struct sockaddr *uaddr, |
socket | 1105 | net/inet/af_inet.c | static int inet_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
socket | 1122 | net/inet/af_inet.c | static int inet_recv(struct socket *sock, void *ubuf, int size, int noblock, |
socket | 1129 | net/inet/af_inet.c | static int inet_read(struct socket *sock, char *ubuf, int size, int noblock) |
socket | 1141 | net/inet/af_inet.c | static int inet_send(struct socket *sock, void *ubuf, int size, int noblock, |
socket | 1158 | net/inet/af_inet.c | static int inet_write(struct socket *sock, char *ubuf, int size, int noblock) |
socket | 1163 | net/inet/af_inet.c | static int inet_sendto(struct socket *sock, void *ubuf, int size, int noblock, |
socket | 1184 | net/inet/af_inet.c | static int inet_shutdown(struct socket *sock, int how) |
socket | 1208 | net/inet/af_inet.c | static int inet_select(struct socket *sock, int sel_type, select_table *wait ) |
socket | 1228 | net/inet/af_inet.c | static int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) |
socket | 1169 | net/inet/ipx.c | s->state, SOCK_INODE(s->socket)->i_uid); |
socket | 1237 | net/inet/ipx.c | static int ipx_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg) |
socket | 1246 | net/inet/ipx.c | static int ipx_setsockopt(struct socket *sock, int level, int optname, char *optval, int optlen) |
socket | 1284 | net/inet/ipx.c | static int ipx_getsockopt(struct socket *sock, int level, int optname, |
socket | 1322 | net/inet/ipx.c | static int ipx_listen(struct socket *sock, int backlog) |
socket | 1338 | net/inet/ipx.c | sock_wake_async(sk->socket, 1); |
socket | 1343 | net/inet/ipx.c | ipx_create(struct socket *sock, int protocol) |
socket | 1374 | net/inet/ipx.c | sk->socket=sock; |
socket | 1398 | net/inet/ipx.c | static int ipx_release(struct socket *sock, struct socket *peer) |
socket | 1411 | net/inet/ipx.c | static int ipx_dup(struct socket *newsock,struct socket *oldsock) |
socket | 1434 | net/inet/ipx.c | static int ipx_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len) |
socket | 1479 | net/inet/ipx.c | static int ipx_connect(struct socket *sock, struct sockaddr *uaddr, |
socket | 1515 | net/inet/ipx.c | static int ipx_socketpair(struct socket *sock1, struct socket *sock2) |
socket | 1520 | net/inet/ipx.c | static int ipx_accept(struct socket *sock, struct socket *newsock, int flags) |
socket | 1527 | net/inet/ipx.c | static int ipx_getname(struct socket *sock, struct sockaddr *uaddr, |
socket | 1646 | net/inet/ipx.c | static int ipx_sendto(struct socket *sock, void *ubuf, int len, int noblock, |
socket | 1692 | net/inet/ipx.c | static int ipx_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags) |
socket | 1697 | net/inet/ipx.c | static int ipx_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, |
socket | 1741 | net/inet/ipx.c | static int ipx_write(struct socket *sock, char *ubuf, int size, int noblock) |
socket | 1747 | net/inet/ipx.c | static int ipx_recv(struct socket *sock, void *ubuf, int size , int noblock, |
socket | 1756 | net/inet/ipx.c | static int ipx_read(struct socket *sock, char *ubuf, int size, int noblock) |
socket | 1762 | net/inet/ipx.c | static int ipx_shutdown(struct socket *sk,int how) |
socket | 1767 | net/inet/ipx.c | static int ipx_select(struct socket *sock , int sel_type, select_table *wait) |
socket | 1774 | net/inet/ipx.c | static int ipx_ioctl(struct socket *sock,unsigned int cmd, unsigned long arg) |
socket | 98 | net/inet/proc.c | sp->socket?SOCK_INODE(sp->socket)->i_uid:0, |
socket | 463 | net/inet/sock.c | sk->socket->flags |= SO_NOSPACE; |
socket | 485 | net/inet/sock.c | sk->socket->flags &= ~SO_NOSPACE; |
socket | 190 | net/inet/sock.h | struct socket *socket; |
socket | 1639 | net/inet/tcp.c | sk->socket->flags |= SO_NOSPACE; |
socket | 1662 | net/inet/tcp.c | sk->socket->flags &= ~SO_NOSPACE; |
socket | 2118 | net/inet/tcp.c | sk->socket->flags |= SO_WAITDATA; |
socket | 2120 | net/inet/tcp.c | sk->socket->flags &= ~SO_WAITDATA; |
socket | 2789 | net/inet/tcp.c | newsk->socket = NULL; |
socket | 3703 | net/inet/tcp.c | sock_wake_async(sk->socket, 1); |
socket | 4725 | net/inet/tcp.c | sock_wake_async(sk->socket, 0); |
socket | 198 | net/socket.c | inline struct socket *socki_lookup(struct inode *inode) |
socket | 207 | net/socket.c | static inline struct socket *sockfd_lookup(int fd, struct file **pfile) |
socket | 228 | net/socket.c | static struct socket *sock_alloc(void) |
socket | 231 | net/socket.c | struct socket * sock; |
socket | 261 | net/socket.c | static inline void sock_release_peer(struct socket *peer) |
socket | 269 | net/socket.c | static void sock_release(struct socket *sock) |
socket | 272 | net/socket.c | struct socket *peersock, *nextsock; |
socket | 317 | net/socket.c | struct socket *sock; |
socket | 344 | net/socket.c | struct socket *sock; |
socket | 384 | net/socket.c | struct socket *sock; |
socket | 397 | net/socket.c | struct socket *sock; |
socket | 417 | net/socket.c | struct socket *sock; |
socket | 442 | net/socket.c | struct socket *sock; |
socket | 488 | net/socket.c | int sock_wake_async(struct socket *sock, int how) |
socket | 517 | net/socket.c | int sock_awaitconn(struct socket *mysock, struct socket *servsock, int flags) |
socket | 519 | net/socket.c | struct socket *last; |
socket | 598 | net/socket.c | struct socket *sock; |
socket | 664 | net/socket.c | struct socket *sock1, *sock2; |
socket | 728 | net/socket.c | struct socket *sock; |
socket | 758 | net/socket.c | struct socket *sock; |
socket | 788 | net/socket.c | struct socket *sock, *newsock; |
socket | 849 | net/socket.c | struct socket *sock; |
socket | 900 | net/socket.c | struct socket *sock; |
socket | 925 | net/socket.c | struct socket *sock; |
socket | 950 | net/socket.c | struct socket *sock; |
socket | 976 | net/socket.c | struct socket *sock; |
socket | 1010 | net/socket.c | struct socket *sock; |
socket | 1040 | net/socket.c | struct socket *sock; |
socket | 1076 | net/socket.c | struct socket *sock; |
socket | 1094 | net/socket.c | struct socket *sock; |
socket | 1114 | net/socket.c | struct socket *sock; |
socket | 1132 | 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) |
socket | 34 | net/unix/unix.h | struct socket *socket; /* socket we're bound to */ |