Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A Dsyncookies.c68 u32 count = tcp_cookie_time(); in secure_tcp_syn_cookie()
79 __u32 diff, count = tcp_cookie_time(); in check_tcp_syn_cookie()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dsyncookies.c104 u32 count = tcp_cookie_time(); in secure_tcp_syn_cookie()
123 u32 diff, count = tcp_cookie_time(); in check_tcp_syn_cookie()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h547 static inline u32 tcp_cookie_time(void) in tcp_cookie_time() function