HomeSort by: relevance | last modified time | path
    Searched defs:tcp_reass (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
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);

Completed in 13 milliseconds