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