Searched refs:tcp_try_fastopen (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_fastopen.c | 363 struct sock *tcp_try_fastopen(struct sock *sk, struct sk_buff *skb, in tcp_try_fastopen() function
|
H A D | tcp_input.c | 6957 fastopen_sk = tcp_try_fastopen(sk, skb, req, &foc, dst); in tcp_conn_request()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_fastopen.c | 347 struct sock *tcp_try_fastopen(struct sock *sk, struct sk_buff *skb, in tcp_try_fastopen() function
|
H A D | tcp_input.c | 7072 fastopen_sk = tcp_try_fastopen(sk, skb, req, &foc, dst); in tcp_conn_request()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 1709 struct sock *tcp_try_fastopen(struct sock *sk, struct sk_buff *skb,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 1810 struct sock *tcp_try_fastopen(struct sock *sk, struct sk_buff *skb,
|
Completed in 27 milliseconds