Searched refs:tcp_reass (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dtcp_reass.c518 * the front of tcp_reass we count the mbuf overhead
526 tcp_reass(struct tcpcb *tp, struct tcphdr *th, tcp_seq *seq_start, function
541 * XXX: tcp_reass() is rather inefficient with its data structures
546 ("tcp_reass called with illegal parameter combination "
733 * before the call to tcp_reass()).
H A Dtcp_var.h866 int tcp_reass(struct tcpcb *, struct tcphdr *, tcp_seq *, int *, struct mbuf *);
H A Dtcp_input.c2485 * If segment contains data or ACK, will call tcp_reass()
2489 (void) tcp_reass(tp, (struct tcphdr *)0, NULL, 0,
3110 thflags = tcp_reass(tp, th, &temp, &tlen, m);
/freebsd-12-stable/sys/netinet/tcp_stacks/
H A Drack.c4959 thflags = tcp_reass(tp, th, &temp, &tlen, m);
5683 * If segment contains data or ACK, will call tcp_reass() later; if
5687 (void)tcp_reass(tp, (struct tcphdr *)0, NULL, 0,

Completed in 125 milliseconds