Searched refs:try_exp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_metrics.c | 31 try_exp:2; /* Request w/ exp. option (once) */ member 136 tm->tcpm_fastopen.try_exp = 0; in tcpm_suck_dst() 577 if (cookie->len <= 0 && tfom->try_exp == 1) in tcp_fastopen_cache_get() 586 u16 try_exp) in tcp_fastopen_cache_set() 603 else if (try_exp > tfom->try_exp && in tcp_fastopen_cache_set() 605 tfom->try_exp = try_exp; in tcp_fastopen_cache_set() 584 tcp_fastopen_cache_set(struct sock *sk, u16 mss, struct tcp_fastopen_cookie *cookie, bool syn_lost, u16 try_exp) tcp_fastopen_cache_set() argument
|
H A D | tcp_input.c | 6043 u16 mss = tp->rx_opt.mss_clamp, try_exp = 0; in tcp_rcv_fastopen_synack() local 6068 * the (old) exp opt format then try so next time (try_exp=1). in tcp_rcv_fastopen_synack() 6069 * Otherwise we go back to use the RFC7413 opt (try_exp=2). in tcp_rcv_fastopen_synack() 6071 try_exp = tp->syn_fastopen_exp ? 2 : 1; in tcp_rcv_fastopen_synack() 6074 tcp_fastopen_cache_set(sk, mss, cookie, syn_drop, try_exp); in tcp_rcv_fastopen_synack()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_metrics.c | 31 try_exp:2; /* Request w/ exp. option (once) */ member 136 tm->tcpm_fastopen.try_exp = 0; in tcpm_suck_dst() 577 if (cookie->len <= 0 && tfom->try_exp == 1) in tcp_fastopen_cache_get() 586 u16 try_exp) in tcp_fastopen_cache_set() 603 else if (try_exp > tfom->try_exp && in tcp_fastopen_cache_set() 605 tfom->try_exp = try_exp; in tcp_fastopen_cache_set() 584 tcp_fastopen_cache_set(struct sock *sk, u16 mss, struct tcp_fastopen_cookie *cookie, bool syn_lost, u16 try_exp) tcp_fastopen_cache_set() argument
|
H A D | tcp_input.c | 6138 u16 mss = tp->rx_opt.mss_clamp, try_exp = 0; in tcp_rcv_fastopen_synack() local 6163 * the (old) exp opt format then try so next time (try_exp=1). in tcp_rcv_fastopen_synack() 6164 * Otherwise we go back to use the RFC7413 opt (try_exp=2). in tcp_rcv_fastopen_synack() 6166 try_exp = tp->syn_fastopen_exp ? 2 : 1; in tcp_rcv_fastopen_synack() 6169 tcp_fastopen_cache_set(sk, mss, cookie, syn_drop, try_exp); in tcp_rcv_fastopen_synack()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 1692 u16 try_exp);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 1793 u16 try_exp);
|
Completed in 27 milliseconds