Searched defs:tcp_seq (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dtcp.h46 typedef uint32_t tcp_seq; typedef
54 tcp_seq th_seq; /* sequence number */
55 tcp_seq th_ack; /* acknowledgement number */
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_tx.c574 __in uint32_t tcp_seq,
579 uint16_t, ipv4_id, uint32_t, tcp_seq,
588 ESF_DZ_TX_TSO_TCP_SEQNO, tcp_seq);
595 __in uint32_t tcp_seq,
601 uint16_t, ipv4_id, uint32_t, tcp_seq,
613 ESF_DZ_TX_TSO_TCP_SEQNO, tcp_seq);
571 ef10_tx_qdesc_tso_create( __in efx_txq_t *etp, __in uint16_t ipv4_id, __in uint32_t tcp_seq, __in uint8_t tcp_flags, __out efx_desc_t *edp) argument
592 ef10_tx_qdesc_tso2_create( __in efx_txq_t *etp, __in uint16_t ipv4_id, __in uint32_t tcp_seq, __in uint16_t tcp_mss, __out_ecount(count) efx_desc_t *edp, __in int count) argument
H A Defx_tx.c599 __in uint32_t tcp_seq,
609 etxop->etxo_qdesc_tso_create(etp, ipv4_id, tcp_seq, tcp_flags, edp);
616 __in uint32_t tcp_seq,
627 etxop->etxo_qdesc_tso2_create(etp, ipv4_id, tcp_seq, mss, edp, count);
596 efx_tx_qdesc_tso_create( __in efx_txq_t *etp, __in uint16_t ipv4_id, __in uint32_t tcp_seq, __in uint8_t tcp_flags, __out efx_desc_t *edp) argument
613 efx_tx_qdesc_tso2_create( __in efx_txq_t *etp, __in uint16_t ipv4_id, __in uint32_t tcp_seq, __in uint16_t mss, __out_ecount(count) efx_desc_t *edp, __in int count) argument
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_send.c1267 uint32_t tcp_seq; local
1595 tcp_seq = ntohl(tcp_seq_tmp);
1597 tcp_seq = ntohl(ntcph->th_seq);
1643 tcp_seq += mss;
1648 tcp_seq_tmp = htonl(tcp_seq);
1651 ntcph->th_seq = htonl(tcp_seq);
1684 tcp_seq += mss;
1686 tcp_seq_tmp = htonl(tcp_seq);
1689 ntcph->th_seq = htonl(tcp_seq);

Completed in 67 milliseconds