Home
last modified time | relevance | path

Searched refs:tcp_tsorted_anchor (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/net/ipv4/
Dtcp_recovery.c85 tcp_tsorted_anchor) { in tcp_rack_detect_loss()
104 list_del_init(&skb->tcp_tsorted_anchor); in tcp_rack_detect_loss()
Dtcp_output.c1002 list_move_tail(&skb->tcp_tsorted_anchor, &tp->tsorted_sent_queue); in tcp_update_skb_after_send()
1359 list_add(&buff->tcp_tsorted_anchor, &skb->tcp_tsorted_anchor); in tcp_fragment()
3070 INIT_LIST_HEAD(&skb->tcp_tsorted_anchor); in tcp_send_fin()
3138 INIT_LIST_HEAD(&nskb->tcp_tsorted_anchor); in tcp_send_synack()
Dtcp.c891 INIT_LIST_HEAD(&skb->tcp_tsorted_anchor); in sk_stream_alloc_skb()
Dtcp_input.c1586 list_del_init(&skb->tcp_tsorted_anchor); in tcp_sacktag_walk()
/Linux-v4.19/include/net/
Dtcp.h1730 list_del(&skb->tcp_tsorted_anchor); in tcp_rtx_queue_unlink_and_free()
/Linux-v4.19/include/linux/
Dskbuff.h707 struct list_head tcp_tsorted_anchor; member