Lines Matching refs:tcp_seq
44 tcp_seq begin;
45 tcp_seq end;
52 tcp_seq begin;
53 tcp_seq end;
62 tcp_seq tcp_fack; /* highest sack'ed seq num */
63 tcp_seq tcp_sack_snxt; /* next seq num to be rexmited using SACK. */
77 extern void tcp_sack_insert(sack_blk_t *, tcp_seq, tcp_seq, int32_t *);
78 extern void tcp_sack_remove(sack_blk_t *, tcp_seq, int32_t *);
79 extern void tcp_notsack_insert(notsack_blk_t **, tcp_seq, tcp_seq,
81 extern void tcp_notsack_remove(notsack_blk_t **, tcp_seq, int32_t *,
83 extern void tcp_notsack_update(notsack_blk_t **, tcp_seq, tcp_seq,