tag | line | file | source code |
---|---|---|---|
tcp_dequeue_partial | 150 | include/net/tcp.h | extern struct sk_buff * tcp_dequeue_partial(struct sock *); |
tcp_dequeue_partial | 310 | net/ipv4/af_inet.c | while ((skb = tcp_dequeue_partial(sk)) != NULL) |
tcp_dequeue_partial | 998 | net/ipv4/tcp.c | if ((skb = tcp_dequeue_partial(sk)) != NULL) |
tcp_dequeue_partial | 174 | net/ipv4/tcp_output.c | while ((skb = tcp_dequeue_partial(sk)) != NULL) |