Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv6/
Dip6mr.c2243 struct rta_mfc_stats mfcs; in __ip6mr_fill_mroute() local
2273 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()
/linux-4.1.27/net/ipv4/
Dipmr.c2160 struct rta_mfc_stats mfcs; in __ipmr_fill_mroute() local
2189 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()