taglinefilesource code
wfront194net/tcp/sock.cPRINTK (("  wfront = %X\n", sk->wfront));
wfront472net/tcp/sock.cfor (skb = sk->wfront; skb != NULL; )
wfront486net/tcp/sock.csk->wfront = NULL;
wfront1029net/tcp/sock.csk->wfront = NULL;
wfront74net/tcp/sock.hstruct sk_buff *wback, *wfront, *rqueue;
wfront509net/tcp/tcp.csk->wfront=skb;
wfront593net/tcp/tcp.csk->wfront == NULL)
wfront880net/tcp/tcp.csk->wfront=skb;
wfront1565net/tcp/tcp.cnewsk->wfront = NULL;
wfront1857net/tcp/tcp.cif (sk->wfront == NULL)
wfront1869net/tcp/tcp.csk->wfront=buff;
wfront1900net/tcp/tcp.cwhile (sk->wfront != NULL && before (sk->wfront->h.seq, sk->window_seq) &&
wfront1903net/tcp/tcp.cskb = sk->wfront;
wfront1904net/tcp/tcp.csk->wfront = skb->next;
wfront1905net/tcp/tcp.cif (sk->wfront == NULL)
wfront1912net/tcp/tcp.csk->wfront = NULL;
wfront2013net/tcp/tcp.cskb->next = sk->wfront;
wfront2014net/tcp/tcp.csk->wfront = skb;
wfront2126net/tcp/tcp.cif (sk->wfront != NULL && sk->packets_out < sk->cong_window)
wfront2128net/tcp/tcp.cif (after (sk->window_seq, sk->wfront->h.seq))
wfront2163net/tcp/tcp.csk->wfront == NULL && sk->send_head == NULL)