Home
last modified time | relevance | path

Searched refs:tcp_opt (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/qlxgb/
H A Dqla_hw.c715 uint8_t *tcp_opt; in qla_tx_tso() local
785 tcp_opt = &hdr[tcp_opt_off]; in qla_tx_tso()
787 tcp_opt = (uint8_t *)(mp->m_data + tcp_opt_off); in qla_tx_tso()
790 if ((*tcp_opt != 0x01) || (*(tcp_opt + 1) != 0x01) || in qla_tx_tso()
791 (*(tcp_opt + 2) != 0x08) || in qla_tx_tso()
792 (*(tcp_opt + 3) != 10)) { in qla_tx_tso()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c1120 make_established(toep, synqe->iss, synqe->irs, synqe->tcp_opt); in t4_offload_socket()
1590 uint16_t tcp_opt = be16toh(cpl->tcp_opt); in synqe_to_protohdrs() local
1601 if (G_TCPOPT_TSTAMP(tcp_opt)) { in synqe_to_protohdrs()
1678 synqe->tcp_opt = cpl->tcp_opt; in do_pass_establish()
H A Dt4_connect.c102 be32toh(cpl->rcv_isn) - 1, cpl->tcp_opt); in do_act_establish()
H A Dt4_tom.h282 __be16 tcp_opt; /* from cpl_pass_establish */ member
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h551 __be16 tcp_opt; member
681 __be16 tcp_opt; member
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h675 __be16 tcp_opt; member
915 __be16 tcp_opt; member