taglinefilesource code
tcp_dequeue_partial253net/inet/af_inet.cwhile ((skb = tcp_dequeue_partial(sk)) != NULL) {
tcp_dequeue_partial744net/inet/tcp.cwhile ((skb = tcp_dequeue_partial(sk)) != NULL)
tcp_dequeue_partial1013net/inet/tcp.cif ((skb = tcp_dequeue_partial(sk)) != NULL) 
tcp_dequeue_partial131net/inet/tcp.hextern struct sk_buff * tcp_dequeue_partial(struct sock *);