Searched refs:syn_tcp_option_space (Results 1 – 1 of 1) sorted by relevance
1387 unsigned int syn_tcp_option_space; in tcp_ao_parse_crypto() local1419 syn_tcp_option_space = MAX_TCP_OPTION_SPACE; in tcp_ao_parse_crypto()1420 syn_tcp_option_space -= TCPOLEN_MSS_ALIGNED; in tcp_ao_parse_crypto()1421 syn_tcp_option_space -= TCPOLEN_TSTAMP_ALIGNED; in tcp_ao_parse_crypto()1422 syn_tcp_option_space -= TCPOLEN_WSCALE_ALIGNED; in tcp_ao_parse_crypto()1423 if (tcp_ao_len_aligned(key) > syn_tcp_option_space) in tcp_ao_parse_crypto()