Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_var.h853 struct tcpopt { struct
854 u_int32_t to_flags; /* which options are present */
863 u_int32_t to_tsval; /* new timestamp */
864 u_int32_t to_tsecr; /* reflected timestamp */
865 u_char *to_sacks; /* pointer to the first SACK blocks */
866 u_char *to_signature; /* pointer to the TCP-MD5 signature */
867 u_int8_t *to_tfo_cookie; /* pointer to the TFO cookie */
868 u_int16_t to_mss; /* maximum segment size */
869 u_int8_t to_wscale; /* window scaling */
870 u_int8_t to_nsacks; /* number of SACK blocks */
[all …]
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1247 init_conn_params(struct vi_info * vi,struct offload_settings * s,struct in_conninfo * inc,struct socket * so,const struct tcp_options * tcpopt,int16_t l2t_idx,struct conn_params * cp) init_conn_params() argument
H A Dt4_cpl_io.c362 uint16_t tcpopt = be16toh(opt); make_established() local
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h726 struct tcp_options tcpopt; global() member