Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/networking/net_cachelines/
Dtcp_sock.rst147 struct mtu_probe
/linux-6.12.1/include/linux/
Dtcp.h471 } mtu_probe; member
/linux-6.12.1/net/ipv4/
Dtcp_output.c2551 tp->mtu_probe.probe_seq_start = TCP_SKB_CB(nskb)->seq; in tcp_mtu_probe()
2552 tp->mtu_probe.probe_seq_end = TCP_SKB_CB(nskb)->end_seq; in tcp_mtu_probe()
Dtcp_input.c3162 tp->snd_una == tp->mtu_probe.probe_seq_start) { in tcp_fastretrans_alert()
3476 !after(tp->mtu_probe.probe_seq_end, tp->snd_una))) { in tcp_clean_rtx_queue()