Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtcp.h397 } mtu_probe; member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_output.c2458 tp->mtu_probe.probe_seq_start = TCP_SKB_CB(nskb)->seq; in tcp_mtu_probe()
2459 tp->mtu_probe.probe_seq_end = TCP_SKB_CB(nskb)->end_seq; in tcp_mtu_probe()
H A Dtcp_input.c3023 tp->snd_una == tp->mtu_probe.probe_seq_start) { in tcp_fastretrans_alert()
3346 !after(tp->mtu_probe.probe_seq_end, tp->snd_una))) { in tcp_clean_rtx_queue()