Lines Matching +full:016 +full:md
1782 "id: %016llx creatorid: %08x\n", in pf_state_insert()
8861 struct mbuf *m0, *m1, *md; in pf_route() local
9048 md = m0; in pf_route()
9049 error = pf_dummynet_route(pd, s, r, ifp, sintosa(&dst), &md); in pf_route()
9050 if (md != NULL) { in pf_route()
9051 error = (*ifp->if_output)(ifp, md, sintosa(&dst), NULL); in pf_route()
9088 md = m0; in pf_route()
9089 pd->pf_mtag = pf_find_mtag(md); in pf_route()
9091 sintosa(&dst), &md); in pf_route()
9092 if (md != NULL) { in pf_route()
9093 error = (*ifp->if_output)(ifp, md, in pf_route()
9123 struct mbuf *m0, *md; in pf_route6() local
9315 md = m0; in pf_route6()
9316 pf_dummynet_route(pd, s, r, ifp, sintosa(&dst), &md); in pf_route6()
9317 if (md != NULL) { in pf_route6()
9319 ret = nd6_output_ifp(ifp, ifp, md, &dst, NULL); in pf_route6()