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);
|