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

  /src/sys/net/lagg/
if_laggproto.c 58 void *psc_ctx; member in struct:lagg_proto_softc
185 psc->psc_ctx = kmem_zalloc(ctxsiz, KM_NOSLEEP);
186 if (psc->psc_ctx == NULL) {
214 kmem_free(psc->psc_ctx, psc->psc_ctxsiz);
465 fovr = psc->psc_ctx;
503 fovr = psc->psc_ctx;
536 fovr = psc->psc_ctx;
567 fovr = psc->psc_ctx;
624 lb = psc->psc_ctx;
640 lb = psc->psc_ctx;
    [all...]
if_laggproto.c 58 void *psc_ctx; member in struct:lagg_proto_softc
185 psc->psc_ctx = kmem_zalloc(ctxsiz, KM_NOSLEEP);
186 if (psc->psc_ctx == NULL) {
214 kmem_free(psc->psc_ctx, psc->psc_ctxsiz);
465 fovr = psc->psc_ctx;
503 fovr = psc->psc_ctx;
536 fovr = psc->psc_ctx;
567 fovr = psc->psc_ctx;
624 lb = psc->psc_ctx;
640 lb = psc->psc_ctx;
    [all...]
if_laggproto.c 58 void *psc_ctx; member in struct:lagg_proto_softc
185 psc->psc_ctx = kmem_zalloc(ctxsiz, KM_NOSLEEP);
186 if (psc->psc_ctx == NULL) {
214 kmem_free(psc->psc_ctx, psc->psc_ctxsiz);
465 fovr = psc->psc_ctx;
503 fovr = psc->psc_ctx;
536 fovr = psc->psc_ctx;
567 fovr = psc->psc_ctx;
624 lb = psc->psc_ctx;
640 lb = psc->psc_ctx;
    [all...]

Completed in 30 milliseconds