Home
last modified time | relevance | path

Searched refs:mfcs (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/ipv6/
Dip6mr.c2238 struct rta_mfc_stats mfcs; in __ip6mr_fill_mroute() local
2268 mfcs.mfcs_packets = c->mfc_un.res.pkt; in __ip6mr_fill_mroute()
2269 mfcs.mfcs_bytes = c->mfc_un.res.bytes; in __ip6mr_fill_mroute()
2270 mfcs.mfcs_wrong_if = c->mfc_un.res.wrong_if; in __ip6mr_fill_mroute()
2271 if (nla_put(skb, RTA_MFC_STATS, sizeof(mfcs), &mfcs) < 0) in __ip6mr_fill_mroute()
/linux-4.4.14/net/ipv4/
Dipmr.c2152 struct rta_mfc_stats mfcs; in __ipmr_fill_mroute() local
2181 mfcs.mfcs_packets = c->mfc_un.res.pkt; in __ipmr_fill_mroute()
2182 mfcs.mfcs_bytes = c->mfc_un.res.bytes; in __ipmr_fill_mroute()
2183 mfcs.mfcs_wrong_if = c->mfc_un.res.wrong_if; in __ipmr_fill_mroute()
2184 if (nla_put(skb, RTA_MFC_STATS, sizeof(mfcs), &mfcs) < 0) in __ipmr_fill_mroute()