tag | line | file | source code |
backlog | 529 | net/socket.c | sock_listen(int fd, int backlog) |
backlog | 545 | net/socket.c | sock->ops->listen (sock, backlog); |
backlog | 253 | net/tcp/dev.c | static volatile struct sk_buff * volatile backlog = NULL; |
backlog | 302 | net/tcp/dev.c | if (backlog == NULL) |
backlog | 306 | net/tcp/dev.c | backlog = skb; |
backlog | 310 | net/tcp/dev.c | skb->prev = (struct sk_buff *)backlog->prev; |
backlog | 311 | net/tcp/dev.c | skb->next = (struct sk_buff *)backlog; |
backlog | 317 | net/tcp/dev.c | if (backlog != NULL) |
backlog | 359 | net/tcp/dev.c | while (backlog != NULL) |
backlog | 361 | net/tcp/dev.c | skb= (struct sk_buff *)backlog; |
backlog | 364 | net/tcp/dev.c | backlog = NULL; |
backlog | 368 | net/tcp/dev.c | backlog = skb->next; |
backlog | 76 | net/tcp/dev.h | struct sk_buff *backlog; /* no longer used. */ |
backlog | 145 | net/tcp/sock.c | static int ip_proto_listen(struct socket *sock, int backlog); |
backlog | 849 | net/tcp/sock.c | ip_proto_listen(struct socket *sock, int backlog) |
backlog | 869 | net/tcp/sock.c | sk->max_ack_backlog = backlog; |
backlog | 63 | net/unix.c | static int unix_proto_listen(struct socket *sock, int backlog); |
backlog | 136 | net/unix.c | unix_proto_listen (struct socket *sock, int backlog) |