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

  /src/sys/net/lagg/
if_lagg.c 653 struct lagg_req laggreq, *laggresp; local in function:lagg_ioctl
671 allocsiz = sizeof(*laggresp)
672 + sizeof(laggresp->lrq_reqports[0]) * nports;
673 laggresp = kmem_zalloc(allocsiz, KM_SLEEP);
675 rv = lagg_get_stats(sc, laggresp, nports);
677 outbuf = (char *)laggresp;
679 nports = MIN(laggresp->lrq_nports, nports);
680 outlen = sizeof(*laggresp)
681 + sizeof(laggresp->lrq_reqports[0]) * nports;
if_lagg.c 653 struct lagg_req laggreq, *laggresp; local in function:lagg_ioctl
671 allocsiz = sizeof(*laggresp)
672 + sizeof(laggresp->lrq_reqports[0]) * nports;
673 laggresp = kmem_zalloc(allocsiz, KM_SLEEP);
675 rv = lagg_get_stats(sc, laggresp, nports);
677 outbuf = (char *)laggresp;
679 nports = MIN(laggresp->lrq_nports, nports);
680 outlen = sizeof(*laggresp)
681 + sizeof(laggresp->lrq_reqports[0]) * nports;

Completed in 135 milliseconds