Lines Matching refs:tcp_seq
38 tcp_seq begin;
39 tcp_seq end;
46 tcp_seq begin;
47 tcp_seq end;
56 tcp_seq tcp_fack; /* highest sack'ed seq num */
57 tcp_seq tcp_sack_snxt; /* next seq num to be rexmited using SACK. */
71 extern void tcp_sack_insert(sack_blk_t *, tcp_seq, tcp_seq, int32_t *);
72 extern void tcp_sack_remove(sack_blk_t *, tcp_seq, int32_t *);
73 extern void tcp_notsack_insert(notsack_blk_t **, tcp_seq, tcp_seq,
75 extern void tcp_notsack_remove(notsack_blk_t **, tcp_seq, int32_t *,
77 extern void tcp_notsack_update(notsack_blk_t **, tcp_seq, tcp_seq,