Searched refs:synack (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | tcp.h | 118 u32 snt_synack; /* synack sent time */
|
/linux-4.1.27/net/ipv4/ |
H A D | syncookies.c | 48 * requested/supported by the syn/synack exchange.
|
H A D | inet_connection_sock.c | 622 * If synack was not acknowledged for 1 second, it means reqsk_timer_handler() 623 * one of the following things: synack was lost, ack was lost, reqsk_timer_handler()
|
H A D | tcp_ipv4.c | 1245 * The three way handshake has completed - we got a valid synack -
|
H A D | tcp_input.c | 5415 static bool tcp_rcv_fastopen_synack(struct sock *sk, struct sk_buff *synack, tcp_rcv_fastopen_synack() argument 5429 tcp_parse_options(synack, &opt, 0, NULL); tcp_rcv_fastopen_synack()
|
/linux-4.1.27/net/netfilter/ |
H A D | nf_conntrack_proto_tcp.c | 165 /*synack*/ { sIV, sIV, sSR, sIV, sIV, sIV, sIV, sIV, sIV, sSR }, 230 /*synack*/ { sIV, sSR, sIG, sIG, sIG, sIG, sIG, sIG, sIG, sSR },
|
Completed in 205 milliseconds