taglinefilesource code
wfront114net/inet/sock.cprintk("  wfront = %p\n", sk->wfront);
wfront330net/inet/sock.cfor(skb = sk->wfront; skb != NULL; ) 
wfront345net/inet/sock.csk->wfront = NULL;
wfront825net/inet/sock.csk->wfront = NULL;
wfront95net/inet/sock.h*volatile wfront,
wfront304net/inet/sockinet.cfor(skb = sk->wfront; skb != NULL; ) 
wfront320net/inet/sockinet.csk->wfront = NULL;
wfront681net/inet/sockinet.csk->wfront = NULL;
wfront410net/inet/tcp.csk->wback, sk->wfront,
wfront624net/inet/tcp.csk->wfront=skb;
wfront714net/inet/tcp.cif (sk->send_head == NULL && sk->wfront == NULL) 
wfront1108net/inet/tcp.csk->wfront = skb;
wfront2109net/inet/tcp.cnewsk->wfront = NULL;
wfront2387net/inet/tcp.cif (sk->wfront == NULL) 
wfront2398net/inet/tcp.csk->wfront=buff;
wfront2440net/inet/tcp.cwhile(sk->wfront != NULL &&
wfront2441net/inet/tcp.cbefore(sk->wfront->h.seq, sk->window_seq) &&
wfront2444net/inet/tcp.cskb = sk->wfront;
wfront2446net/inet/tcp.csk->wfront =(struct sk_buff *)skb->next;
wfront2447net/inet/tcp.cif (sk->wfront == NULL) 
wfront2454net/inet/tcp.csk->wfront = NULL;
wfront2591net/inet/tcp.cskb->next = sk->wfront;
wfront2592net/inet/tcp.csk->wfront = skb;
wfront2725net/inet/tcp.cif (sk->wfront != NULL) 
wfront2727net/inet/tcp.cif (after (sk->window_seq, sk->wfront->h.seq) && sk->packets_out < sk->cong_window) 
wfront2763net/inet/tcp.cif (sk->packets_out == 0 && sk->send_tmp != NULL && sk->wfront == NULL && sk->send_head == NULL) 
wfront67net/socket/sock.cprintk("  wfront = %p\n", sk->wfront);
wfront92net/socket/sock.h*volatile wfront,