Searched refs:mfcs (Results 1 – 2 of 2) sorted by relevance
2243 struct rta_mfc_stats mfcs; in __ip6mr_fill_mroute() local2273 mfcs.mfcs_packets = c->mfc_un.res.pkt; in __ip6mr_fill_mroute()2274 mfcs.mfcs_bytes = c->mfc_un.res.bytes; in __ip6mr_fill_mroute()2275 mfcs.mfcs_wrong_if = c->mfc_un.res.wrong_if; in __ip6mr_fill_mroute()2276 if (nla_put(skb, RTA_MFC_STATS, sizeof(mfcs), &mfcs) < 0) in __ip6mr_fill_mroute()
2160 struct rta_mfc_stats mfcs; in __ipmr_fill_mroute() local2189 mfcs.mfcs_packets = c->mfc_un.res.pkt; in __ipmr_fill_mroute()2190 mfcs.mfcs_bytes = c->mfc_un.res.bytes; in __ipmr_fill_mroute()2191 mfcs.mfcs_wrong_if = c->mfc_un.res.wrong_if; in __ipmr_fill_mroute()2192 if (nla_put(skb, RTA_MFC_STATS, sizeof(mfcs), &mfcs) < 0) in __ipmr_fill_mroute()