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

/freebsd-current/sys/dev/sfxge/common/
H A Def10_tx.c615 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
638 ef10_tx_qdesc_tso2_create( __in efx_txq_t *etp, __in uint16_t ipv4_id, __in uint16_t outer_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.c624 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
641 efx_tx_qdesc_tso2_create( __in efx_txq_t *etp, __in uint16_t ipv4_id, __in uint16_t outer_ipv4_id, __in uint32_t tcp_seq, __in uint16_t mss, __out_ecount(count) efx_desc_t *edp, __in int count) argument
/freebsd-current/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_hw_tls.c747 uint32_t tcp_seq = mb_seq; local
/freebsd-current/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c937 unsigned long tcp_seq = 0; local
769 swrap_packet_init(struct timeval *tval, const struct sockaddr_in *src_addr, const struct sockaddr_in *dest_addr, int socket_type, const unsigned char *payload, size_t payload_len, unsigned long tcp_seq, unsigned long tcp_ack, unsigned char tcp_ctl, int unreachable, size_t *_packet_len) argument
[all...]
/freebsd-current/sys/netinet/
H A Dtcp.h39 typedef u_int32_t tcp_seq; typedef

Completed in 195 milliseconds