Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dtcp_var.h321 struct tcpopt { struct
322 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 …]
/freebsd-10-stable/sys/dev/cxgb/ulp/tom/
Dcxgb_cpl_io.c1532 assign_rxopt(struct tcpcb *tp, uint16_t tcpopt) in assign_rxopt()
1576 uint16_t tcpopt = be16toh(cpl_tcpopt); in make_established() local
/freebsd-10-stable/sys/dev/cxgbe/tom/
Dt4_cpl_io.c302 uint16_t tcpopt = be16toh(opt); in make_established() local
Dt4_listen.c1021 const struct tcp_options *tcpopt, struct tcphdr *th, int ulp_mode) in calc_opt2p()
/freebsd-10-stable/sys/dev/cxgbe/common/
Dt4_msg.h697 struct tcp_options tcpopt; member