taglinefilesource code
tcp_dequeue_partial150include/net/tcp.hextern struct sk_buff * tcp_dequeue_partial(struct sock *);
tcp_dequeue_partial310net/ipv4/af_inet.cwhile ((skb = tcp_dequeue_partial(sk)) != NULL) 
tcp_dequeue_partial997net/ipv4/tcp.cif ((skb = tcp_dequeue_partial(sk)) != NULL) 
tcp_dequeue_partial174net/ipv4/tcp_output.cwhile ((skb = tcp_dequeue_partial(sk)) != NULL)