ddp_input.c | 1 /* $NetBSD: ddp_input.c,v 1.34 2023/03/30 11:21:08 riastradh Exp $ */ 30 __KERNEL_RCSID(0, "$NetBSD: ddp_input.c,v 1.34 2023/03/30 11:21:08 riastradh Exp $"); 55 void ddp_input(struct mbuf *, struct ifnet *, struct elaphdr *, int); 87 ddp_input(m, ifp, NULL, 2); 118 ddp_input(m, ifp, NULL, 1); 121 ddp_input(m, ifp, &elh, 1); 130 ddp_input(struct mbuf *m, struct ifnet *ifp, struct elaphdr *elh, int phase) function in typeref:typename:void
|