tag | line | file | source code |
back_log | 175 | net/tcp/raw.c | if (sk->back_log == NULL) |
back_log | 177 | net/tcp/raw.c | sk->back_log = skb; |
back_log | 183 | net/tcp/raw.c | skb->next = sk->back_log; |
back_log | 184 | net/tcp/raw.c | skb->prev = sk->back_log->prev; |
back_log | 215 | net/tcp/sock.c | printk (" pair = %X, back_log = %X\n", sk->pair,sk->back_log); |
back_log | 622 | net/tcp/sock.c | if (sk->back_log != NULL) |
back_log | 627 | net/tcp/sock.c | skb = (struct sk_buff *)sk->back_log; |
back_log | 633 | net/tcp/sock.c | } while (skb != sk->back_log); |
back_log | 637 | net/tcp/sock.c | sk->back_log = NULL; |
back_log | 1068 | net/tcp/sock.c | sk->back_log = NULL; |
back_log | 1850 | net/tcp/sock.c | while (sk->back_log != NULL) |
back_log | 1854 | net/tcp/sock.c | skb = (struct sk_buff *)sk->back_log; |
back_log | 1858 | net/tcp/sock.c | sk->back_log = skb->next; |
back_log | 1864 | net/tcp/sock.c | sk->back_log = NULL; |
back_log | 1867 | net/tcp/sock.c | PRINTK (("sk->back_log = %X\n",sk->back_log)); |
back_log | 79 | net/tcp/sock.h | volatile struct sk_buff * volatile back_log; |
back_log | 1666 | net/tcp/tcp.c | newsk->back_log = NULL; |
back_log | 2934 | net/tcp/tcp.c | if (sk->back_log == NULL) |
back_log | 2936 | net/tcp/tcp.c | sk->back_log = skb; |
back_log | 2942 | net/tcp/tcp.c | skb->next = sk->back_log; |
back_log | 2943 | net/tcp/tcp.c | skb->prev = sk->back_log->prev; |
back_log | 693 | net/tcp/udp.c | if (sk->back_log == NULL) |
back_log | 695 | net/tcp/udp.c | sk->back_log = skb; |
back_log | 701 | net/tcp/udp.c | skb->next = sk->back_log; |
back_log | 702 | net/tcp/udp.c | skb->prev = sk->back_log->prev; |