tag | line | file | source code |
---|---|---|---|
unix_socket_list | 66 | net/unix/af_unix.c | static unix_socket *unix_socket_list=NULL; |
unix_socket_list | 91 | net/unix/af_unix.c | s=&unix_socket_list; |
unix_socket_list | 109 | net/unix/af_unix.c | sk->next=unix_socket_list; |
unix_socket_list | 110 | net/unix/af_unix.c | unix_socket_list=sk; |
unix_socket_list | 118 | net/unix/af_unix.c | s=unix_socket_list; |
unix_socket_list | 979 | net/unix/af_unix.c | unix_socket *s=unix_socket_list; |