tcp_input.c | 404 static int tcp_reass(struct tcpcb *, const struct tcphdr *, struct mbuf *, 455 tcp_reass(struct tcpcb *tp, const struct tcphdr *th, struct mbuf *m, int tlen) function in typeref:typename:int 2127 (void)tcp_reass(tp, NULL, NULL, tlen); 2449 (void)tcp_reass(tp, NULL, NULL, tlen); 2757 * In this case, we avoid calling tcp_reass. 2785 tiflags = tcp_reass(tp, th, m, tlen);
|