Searched defs:tcpopt (Results 1 – 5 of 5) sorted by relevance
321 struct tcpopt { struct322 u_int64_t to_flags; /* which options are present */331 u_int32_t to_tsval; /* new timestamp */332 u_int32_t to_tsecr; /* reflected timestamp */333 u_char *to_sacks; /* pointer to the first SACK blocks */334 u_char *to_signature; /* pointer to the TCP-MD5 signature */335 u_char *to_tfo_cookie; /* pointer to the TFO cookie */336 u_int16_t to_mss; /* maximum segment size */337 u_int8_t to_wscale; /* window scaling */338 u_int8_t to_nsacks; /* number of SACK blocks */[all …]
1532 assign_rxopt(struct tcpcb *tp, uint16_t tcpopt) in assign_rxopt()1576 uint16_t tcpopt = be16toh(cpl_tcpopt); in make_established() local
302 uint16_t tcpopt = be16toh(opt); in make_established() local
1021 const struct tcp_options *tcpopt, struct tcphdr *th, int ulp_mode) in calc_opt2p()
697 struct tcp_options tcpopt; member