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

  /src/sys/netinet/
ip_reass.c 1 /* $NetBSD: ip_reass.c,v 1.23 2022/05/31 08:43:16 andvar Exp $ */
49 __KERNEL_RCSID(0, "$NetBSD: ip_reass.c,v 1.23 2022/05/31 08:43:16 andvar Exp $");
139 static struct mbuf * ip_reass(ipfr_qent_t *, ipfr_queue_t *, u_int);
211 * ip_reass:
218 ip_reass(ipfr_qent_t *ipqe, ipfr_queue_t *fp, const u_int hash) function in typeref:struct:mbuf *
703 *m0 = ip_reass(ipqe, fp, hash);
ip_reass.c 1 /* $NetBSD: ip_reass.c,v 1.23 2022/05/31 08:43:16 andvar Exp $ */
49 __KERNEL_RCSID(0, "$NetBSD: ip_reass.c,v 1.23 2022/05/31 08:43:16 andvar Exp $");
139 static struct mbuf * ip_reass(ipfr_qent_t *, ipfr_queue_t *, u_int);
211 * ip_reass:
218 ip_reass(ipfr_qent_t *ipqe, ipfr_queue_t *fp, const u_int hash) function in typeref:struct:mbuf *
703 *m0 = ip_reass(ipqe, fp, hash);

Completed in 37 milliseconds