taglinefilesource code
tcp_dequeue_partial141include/net/tcp.hextern struct sk_buff * tcp_dequeue_partial(struct sock *);
tcp_dequeue_partial309net/ipv4/af_inet.cwhile ((skb = tcp_dequeue_partial(sk)) != NULL) 
tcp_dequeue_partial1472net/ipv4/tcp.cwhile ((skb = tcp_dequeue_partial(sk)) != NULL)
tcp_dequeue_partial1791net/ipv4/tcp.cif ((skb = tcp_dequeue_partial(sk)) != NULL)