tag | line | file | source code |
---|---|---|---|
tcp_dequeue_partial | 141 | include/net/tcp.h | extern struct sk_buff * tcp_dequeue_partial(struct sock *); |
tcp_dequeue_partial | 302 | net/ipv4/af_inet.c | while ((skb = tcp_dequeue_partial(sk)) != NULL) { |
tcp_dequeue_partial | 1468 | net/ipv4/tcp.c | while ((skb = tcp_dequeue_partial(sk)) != NULL) |
tcp_dequeue_partial | 1763 | net/ipv4/tcp.c | if ((skb = tcp_dequeue_partial(sk)) != NULL) |