tag | line | file | source code |
backlog | 433 | net/inet/af_inet.c | static int inet_listen(struct socket *sock, int backlog) |
backlog | 441 | net/inet/af_inet.c | sk->max_ack_backlog = backlog; |
backlog | 70 | net/inet/dev.c | static struct sk_buff_head backlog = |
backlog | 72 | net/inet/dev.c | (struct sk_buff *)&backlog, (struct sk_buff *)&backlog |
backlog | 502 | net/inet/dev.c | skb_queue_tail(&backlog,skb); |
backlog | 548 | net/inet/dev.c | if (skb_peek(&backlog) != NULL) |
backlog | 684 | net/inet/dev.c | while((skb=skb_dequeue(&backlog))!=NULL) |
backlog | 552 | net/inet/ipx.c | static int ipx_listen(struct socket *sock, int backlog) |
backlog | 723 | net/socket.c | static int sock_listen(int fd, int backlog) |
backlog | 738 | net/socket.c | sock->ops->listen(sock, backlog); |
backlog | 80 | net/unix/sock.c | static int unix_proto_listen(struct socket *sock, int backlog); |
backlog | 137 | net/unix/sock.c | static int unix_proto_listen(struct socket *sock, int backlog) |