Searched refs:MIBIF_PRIV (Results 1 – 2 of 2) sorted by relevance
458 value->v.counter64 = MIBIF_PRIV(ifp)->hc_inoctets; in op_ifxtable()462 value->v.counter64 = MIBIF_PRIV(ifp)->hc_ipackets - in op_ifxtable()463 MIBIF_PRIV(ifp)->hc_imcasts; in op_ifxtable()467 value->v.counter64 = MIBIF_PRIV(ifp)->hc_imcasts; in op_ifxtable()475 value->v.counter64 = MIBIF_PRIV(ifp)->hc_outoctets; in op_ifxtable()479 value->v.counter64 = MIBIF_PRIV(ifp)->hc_opackets - in op_ifxtable()480 MIBIF_PRIV(ifp)->hc_omcasts; in op_ifxtable()484 value->v.counter64 = MIBIF_PRIV(ifp)->hc_omcasts; in op_ifxtable()
85 #define MIBIF_PRIV(IFP) ((struct mibif_private *)((IFP)->private)) macro