Home
last modified time | relevance | path

Searched defs:tcpopt (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/netinet/
H A Dtcp_var.h472 struct tcpopt { struct
473 u_int32_t to_flags; /* which options are present */
482 u_int32_t to_tsval; /* new timestamp */
483 u_int32_t to_tsecr; /* reflected timestamp */
484 u_char *to_sacks; /* pointer to the first SACK blocks */
486 u_int8_t *to_tfo_cookie; /* pointer to the TFO cookie */
487 u_int16_t to_mss; /* maximum segment size */
488 u_int8_t to_wscale; /* window scaling */
489 u_int8_t to_nsacks; /* number of SACK blocks */
490 u_int8_t to_tfo_len; /* TFO cookie length */
[all …]
/freebsd-13.1/sys/dev/cxgbe/tom/
H A Dt4_tom.c1129 const struct tcp_options *tcpopt, int16_t l2t_idx, struct conn_params *cp) in init_conn_params()
H A Dt4_cpl_io.c368 uint16_t tcpopt = be16toh(opt); in make_established() local
/freebsd-13.1/sys/dev/cxgbe/common/
H A Dt4_msg.h728 struct tcp_options tcpopt; member