Home
last modified time | relevance | path

Searched refs:tfo_active_disable_stamp (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/net/netns/
Dipv4.h174 unsigned long tfo_active_disable_stamp; member
/Linux-v4.19/net/ipv4/
Dtcp_fastopen.c458 net->ipv4.tfo_active_disable_stamp = jiffies; in tcp_fastopen_active_disable()
479 if (time_before(jiffies, sock_net(sk)->ipv4.tfo_active_disable_stamp + timeout)) in tcp_fastopen_active_should_disable()