taglinefilesource code
tcp_dequeue_partial327net/inet/sock.cwhile ((skb = tcp_dequeue_partial(sk)) != NULL) 
tcp_dequeue_partial669net/inet/tcp.cwhile ((skb = tcp_dequeue_partial(sk)) != NULL)
tcp_dequeue_partial905net/inet/tcp.cif ((skb = tcp_dequeue_partial(sk)) != NULL) {
tcp_dequeue_partial129net/inet/tcp.hextern struct sk_buff * tcp_dequeue_partial(struct sock *);