Searched defs:tcpopt (Results 1 – 5 of 5) sorted by relevance
365 struct tcpopt { struct366 u_int64_t to_flags; /* which options are present */375 u_int32_t to_tsval; /* new timestamp */376 u_int32_t to_tsecr; /* reflected timestamp */377 u_char *to_sacks; /* pointer to the first SACK blocks */378 u_char *to_signature; /* pointer to the TCP-MD5 signature */379 u_char *to_tfo_cookie; /* pointer to the TFO cookie */380 u_int16_t to_mss; /* maximum segment size */381 u_int8_t to_wscale; /* window scaling */382 u_int8_t to_nsacks; /* number of SACK blocks */[all …]
1534 assign_rxopt(struct tcpcb *tp, uint16_t tcpopt) in assign_rxopt()1577 uint16_t tcpopt = be16toh(cpl_tcpopt); in make_established() local
1020 const struct tcp_options *tcpopt, struct tcphdr *th, int ulp_mode) in calc_opt2p()
267 uint16_t tcpopt = be16toh(opt); in make_established() local
636 struct tcp_options tcpopt; member