Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp.c299 DEFINE_PER_CPU(u32, tcp_tw_isn);
300 EXPORT_PER_CPU_SYMBOL_GPL(tcp_tw_isn);
H A Dtcp_input.c7148 isn = __this_cpu_read(tcp_tw_isn); in tcp_conn_request()
7154 __this_cpu_write(tcp_tw_isn, 0); in tcp_conn_request()
H A Dtcp_ipv4.c2441 __this_cpu_write(tcp_tw_isn, isn);