/freebsd/sys/netinet/ |
H A D | tcp_var.h | 99 tcp_seq tqe_start; /* TCP Sequence number start */ 107 tcp_seq start; /* start seq no. of sack block */ 108 tcp_seq end; /* end seq no. */ 112 tcp_seq start; /* start seq no. of hole */ 113 tcp_seq end; /* end seq no. */ 114 tcp_seq rxmit; /* next seq. no in hole to be retransmitted */ 121 tcp_seq last_sack_ack; /* Most recent/largest sacked ack */ 160 tcp_seq start_seq; /* First TCP Seq assigned */ 161 tcp_seq end_seq; /* If range req last seq */ 243 tcp_seq sendmap_start; [all …]
|
H A D | tcp_sack.c | 176 tcp_update_dsack_list(struct tcpcb *tp, tcp_seq rcv_start, tcp_seq rcv_end) in tcp_update_dsack_list() 180 tcp_seq start, end; in tcp_update_dsack_list() 272 tcp_update_sack_list(struct tcpcb *tp, tcp_seq rcv_start, tcp_seq rcv_end) in tcp_update_sack_list() 306 tcp_seq start = tp->sackblks[i].start; in tcp_update_sack_list() 307 tcp_seq end = tp->sackblks[i].end; in tcp_update_sack_list() 337 tcp_seq temp = start; in tcp_update_sack_list() 342 tcp_seq temp = end; in tcp_update_sack_list() 422 tcp_seq start = tp->sackblks[i].start; in tcp_clean_dsack_blocks() 423 tcp_seq end = tp->sackblks[i].end; in tcp_clean_dsack_blocks() 465 tcp_sackhole_alloc(struct tcpcb *tp, tcp_seq start, tcp_seq end) in tcp_sackhole_alloc() [all …]
|
H A D | tcp_syncache.h | 40 void syncache_unreach(struct in_conninfo *, tcp_seq, uint16_t); 60 tcp_seq sc_irs; /* seq from peer */ 61 tcp_seq sc_iss; /* our ISS */
|
H A D | tcp_timewait.c | 76 #include <netinet/tcp_seq.h> 162 tcp_seq seq; in tcp_twcheck() 247 (tcp_seq)0, th->th_ack, TH_RST); in tcp_twcheck() 254 th->th_seq+tlen, (tcp_seq)0, TH_RST|TH_ACK); in tcp_twcheck()
|
H A D | tcp.h | 39 typedef u_int32_t tcp_seq; typedef 41 #define tcp6_seq tcp_seq /* for KAME src sync over BSD*'s */ 51 tcp_seq th_seq; /* sequence number */ 52 tcp_seq th_ack; /* acknowledgement number */
|
H A D | tcp_offload.h | 53 void tcp_offload_pmtu_update(struct tcpcb *, tcp_seq, int);
|
H A D | toecore.h | 119 void (*tod_pmtu_update)(struct toedev *, struct tcpcb *, tcp_seq, int);
|
H A D | tcp_reass.c | 196 tcp_seq seq, int len, uint8_t action, int instance) in tcp_log_reassm() 245 tcp_reass_log_new_in(struct tcpcb *tp, tcp_seq seq, int len, struct mbuf *m, in tcp_reass_log_new_in() 377 tcp_seq seq, int len, struct mbuf *mlast, int mbufoh, uint16_t flags) in tcp_reass_replace() 440 tcp_seq max; in tcp_reass_merge_forward() 516 tcp_reass(struct tcpcb *tp, struct tcphdr *th, tcp_seq *seq_start, in tcp_reass()
|
H A D | tcp_subr.c | 368 tcp_record_dsack(struct tcpcb *tp, tcp_seq start, tcp_seq end, int tlp) in tcp_record_dsack() 1737 tcp_seq ack, tcp_seq seq, uint16_t flags) in tcp_respond() 2825 tcp_seq icmp_tcp_seq; in tcp_ctlinput_with_port() 2982 tcp_seq icmp_tcp_seq; in tcp6_ctlinput_with_port() 3041 if (m->m_pkthdr.len < (int32_t) (off + sizeof(tcp_seq))) { in tcp6_ctlinput_with_port() 3044 m_copydata(m, off, sizeof(tcp_seq), (caddr_t)&icmp_tcp_seq); in tcp6_ctlinput_with_port() 3246 tcp_seq 3249 tcp_seq new_isn; in tcp_new_isn() 3262 new_isn = (tcp_seq)tcp_keyed_hash(inc, V_isn_secret, in tcp_new_isn() 4487 tcp_req_check_for_comp(struct tcpcb *tp, tcp_seq ack_point) in tcp_req_check_for_comp() [all …]
|
H A D | tcp_offload.c | 223 tcp_offload_pmtu_update(struct tcpcb *tp, tcp_seq seq, int mtu) in tcp_offload_pmtu_update()
|
H A D | tcp_syncache.c | 131 static uint32_t syncookie_mac(struct in_conninfo *, tcp_seq, uint8_t, 133 static tcp_seq syncookie_generate(struct syncache_head *, struct syncache *); 738 syncache_unreach(struct in_conninfo *inc, tcp_seq th_seq, uint16_t port) in syncache_unreach() 2167 syncookie_mac(struct in_conninfo *inc, tcp_seq irs, uint8_t flags, in syncookie_mac() 2199 static tcp_seq 2261 tcp_seq ack, seq; in syncookie_lookup()
|
H A D | tcp_input.c | 2437 tcp_seq seq_min; in tcp_do_segment() 2695 tcp_seq onxt = tp->snd_nxt; in tcp_do_segment() 2788 tcp_seq oldsndmax = tp->snd_max; in tcp_do_segment() 3224 tcp_seq save_start = th->th_seq; in tcp_do_segment() 3225 tcp_seq save_rnxt = tp->rcv_nxt; in tcp_do_segment() 3274 tcp_seq temp = save_start; in tcp_do_segment() 3529 tcp_respond(tp, mtod(m, void *), th, m, (tcp_seq)0, in tcp_dropwithreset() 3537 (tcp_seq)0, TH_RST|TH_ACK); in tcp_dropwithreset() 4163 tcp_seq onxt = tp->snd_nxt; in tcp_newreno_partial_ack()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | sack_filter.h | 108 tcp_seq sf_ack; 115 void sack_filter_clear(struct sack_filter *sf, tcp_seq seq); 117 tcp_seq th_ack);
|
H A D | sack_filter.c | 47 #include <netinet/tcp_seq.h> 115 sack_filter_clear(struct sack_filter *sf, tcp_seq seq) in sack_filter_prune() 128 sack_filter_prune(struct sack_filter *sf, tcp_seq th_ack) in sack_filter_prune() 367 sack_filter_run(struct sack_filter *sf, struct sackblk *in, int numblks, tcp_seq th_ack, int32_t segmax, uint32_t snd_max) 564 tcp_seq th_ack) in sack_filter_reject() 694 tcp_seq th_ack; in main()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | socket_wrapper.c | 775 unsigned long tcp_seq, in swrap_packet_init() argument 874 packet->ip.p.tcp.seq_num = htonl(tcp_seq); in swrap_packet_init() 937 unsigned long tcp_seq = 0; in swrap_dump_packet() local 968 tcp_seq = si->io.pck_snd; in swrap_dump_packet() 982 tcp_seq = si->io.pck_rcv; in swrap_dump_packet() 997 tcp_seq = si->io.pck_snd - 1; in swrap_dump_packet() 1010 tcp_seq = si->io.pck_snd; in swrap_dump_packet() 1022 tcp_seq = si->io.pck_rcv; in swrap_dump_packet() 1036 tcp_seq = si->io.pck_snd; in swrap_dump_packet() 1050 tcp_seq = si->io.pck_rcv; in swrap_dump_packet() [all …]
|
/freebsd/sys/dev/sfxge/common/ |
H A D | ef10_tx.c | 618 __in uint32_t tcp_seq, in ef10_tx_qdesc_tso_create() argument 625 uint16_t, ipv4_id, uint32_t, tcp_seq, in ef10_tx_qdesc_tso_create() 634 ESF_DZ_TX_TSO_TCP_SEQNO, tcp_seq); in ef10_tx_qdesc_tso_create() 642 __in uint32_t tcp_seq, in ef10_tx_qdesc_tso2_create() argument 650 uint16_t, ipv4_id, uint32_t, tcp_seq, in ef10_tx_qdesc_tso2_create() 662 ESF_DZ_TX_TSO_TCP_SEQNO, tcp_seq); in ef10_tx_qdesc_tso2_create()
|
H A D | efx_tx.c | 627 __in uint32_t tcp_seq, in efx_tx_qdesc_tso_create() argument 637 etxop->etxo_qdesc_tso_create(etp, ipv4_id, tcp_seq, tcp_flags, edp); in efx_tx_qdesc_tso_create() 645 __in uint32_t tcp_seq, in efx_tx_qdesc_tso2_create() argument 657 tcp_seq, mss, edp, count); in efx_tx_qdesc_tso2_create()
|
/freebsd/cddl/lib/libdtrace/ |
H A D | tcp.d | 175 uint32_t tcp_seq; /* sequence number */ member 194 uint32_t tcp_seq; /* sequence number */ member 266 tcp_seq = p == NULL ? -1 : ntohl(p->th_seq); 285 tcp_seq = p == NULL ? -1 : p->th_seq;
|
/freebsd/sys/netinet/khelp/ |
H A D | h_ertt.c | 87 tcp_seq seq; 205 tcp_seq ack; in ertt_packet_measurement_hook()
|
/freebsd/sys/netinet/cc/ |
H A D | cc.h | 93 tcp_seq curack; /* Most recent ACK. */
|
H A D | cc_dctcp.c | 76 tcp_seq save_sndnxt; /* end sequence number of the current window */
|
/freebsd/tests/sys/netpfil/common/ |
H A D | pft_ping.py | 365 tcp_seq = tcp.seq 367 tcp_seq = tcp.ack - 1 368 if seq != tcp_seq:
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_hw_tls.c | 820 uint32_t tcp_seq = mb_seq; in mlx5e_sq_tls_xmit() local 822 r_mb = sbtls_recover_record(mb, M_NOWAIT, ptls_tag->expected_seq, &tcp_seq, &is_start); in mlx5e_sq_tls_xmit() 860 ptls_tag->expected_seq = tcp_seq; in mlx5e_sq_tls_xmit()
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_raudio_pxy.c | 187 tcp_seq seq; in ipf_p_raudio_in()
|
/freebsd/sbin/ipf/ipsend/ |
H A D | ip.c | 237 static tcp_seq iss = 2; in send_tcp()
|