Searched refs:tcp_opt (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.h184 uint16_t tcp_opt; member in struct:toepcb
236 __be16 tcp_opt; /* from cpl_pass_establish */ member in struct:synq_entry
H A Dt4_listen.c957 make_established(toep, synqe->iss, synqe->irs, synqe->tcp_opt);
1466 uint16_t tcp_opt = be16toh(cpl->tcp_opt); local
1476 if (G_TCPOPT_TSTAMP(tcp_opt)) {
1550 synqe->tcp_opt = cpl->tcp_opt;
H A Dt4_connect.c101 be32toh(cpl->rcv_isn) - 1, cpl->tcp_opt);
H A Dt4_cpl_io.c348 toep->tcp_opt = opt;
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_hw.c721 uint8_t *tcp_opt; local
794 tcp_opt = &hdr[tcp_opt_off];
796 tcp_opt = (uint8_t *)(mp->m_data + tcp_opt_off);
799 if ((*tcp_opt != 0x01) || (*(tcp_opt + 1) != 0x01) ||
800 (*(tcp_opt + 2) != 0x08) ||
801 (*(tcp_opt + 3) != 10)) {
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c648 uint16_t tcp_opt = be16toh(cpl->tcp_opt); local
664 if (G_TCPOPT_TSTAMP(tcp_opt))
1129 make_established(so, cpl->snd_isn, cpl->rcv_isn, cpl->tcp_opt);
H A Dcxgb_cpl_io.c1682 make_established(so, req->snd_isn, req->rcv_isn, req->tcp_opt);
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h552 __be16 tcp_opt; member in struct:cpl_pass_establish
574 /* cpl_pass_establish.tcp_opt fields (also applies act_open_establish) */
682 __be16 tcp_opt; member in struct:cpl_act_establish
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h675 __be16 tcp_opt; member in struct:cpl_pass_establish
691 /* cpl_pass_establish.tcp_opt fields (also applies to act_open_establish) */
915 __be16 tcp_opt; member in struct:cpl_act_establish

Completed in 132 milliseconds