Searched defs:tcpopt (Results 1 – 4 of 4) sorted by relevance
877 struct tcpopt { struct878 u_int32_t to_flags; /* which options are present */887 u_int32_t to_tsval; /* new timestamp */888 u_int32_t to_tsecr; /* reflected timestamp */889 u_char *to_sacks; /* pointer to the first SACK blocks */891 u_int8_t *to_tfo_cookie; /* pointer to the TFO cookie */892 u_int16_t to_mss; /* maximum segment size */893 u_int8_t to_wscale; /* window scaling */894 u_int8_t to_nsacks; /* number of SACK blocks */895 u_int8_t to_tfo_len; /* TFO cookie length */[all …]
1245 const struct tcp_options *tcpopt, int16_t l2t_idx, struct conn_params *cp) in init_conn_params()
358 uint16_t tcpopt = be16toh(opt); in make_established() local
726 struct tcp_options tcpopt; member