Home
last modified time | relevance | path

Searched refs:mtu_probe (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dtcp.h326 } mtu_probe; member
/linux-4.4.14/net/ipv4/
Dtcp_output.c1997 tp->mtu_probe.probe_seq_start = TCP_SKB_CB(nskb)->seq; in tcp_mtu_probe()
1998 tp->mtu_probe.probe_seq_end = TCP_SKB_CB(nskb)->end_seq; in tcp_mtu_probe()
Dtcp_input.c2860 tp->snd_una == tp->mtu_probe.probe_seq_start) { in tcp_fastretrans_alert()
3213 !after(tp->mtu_probe.probe_seq_end, tp->snd_una))) { in tcp_clean_rtx_queue()