Searched refs:MIBIF_PRIV (Results 1 – 2 of 2) sorted by relevance
465 value->v.counter64 = MIBIF_PRIV(ifp)->hc_inoctets; in op_ifxtable()471 value->v.counter64 = MIBIF_PRIV(ifp)->hc_ipackets - in op_ifxtable()472 MIBIF_PRIV(ifp)->hc_imcasts; in op_ifxtable()478 value->v.counter64 = MIBIF_PRIV(ifp)->hc_imcasts; in op_ifxtable()490 value->v.counter64 = MIBIF_PRIV(ifp)->hc_outoctets; in op_ifxtable()496 value->v.counter64 = MIBIF_PRIV(ifp)->hc_opackets - in op_ifxtable()497 MIBIF_PRIV(ifp)->hc_omcasts; in op_ifxtable()503 value->v.counter64 = MIBIF_PRIV(ifp)->hc_omcasts; in op_ifxtable()
86 #define MIBIF_PRIV(IFP) ((struct mibif_private *)((IFP)->private)) macro