Searched refs:mfc6_cache (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | ip6mr.c | 112 struct sk_buff *skb, struct mfc6_cache *cache); 116 struct mfc6_cache *c, struct rtmsg *rtm); 117 static void mr6_netlink_event(struct mr6_table *mrt, struct mfc6_cache *mfc, 351 static struct mfc6_cache *ipmr_mfc_seq_idx(struct net *net, in ipmr_mfc_seq_idx() 355 struct mfc6_cache *mfc; in ipmr_mfc_seq_idx() 504 struct mfc6_cache *mfc = v; in ipmr_mfc_seq_next() 515 return list_entry(mfc->list.next, struct mfc6_cache, list); in ipmr_mfc_seq_next() 526 return list_first_entry(it->cache, struct mfc6_cache, list); in ipmr_mfc_seq_next() 536 return list_first_entry(it->cache, struct mfc6_cache, list); in ipmr_mfc_seq_next() 566 const struct mfc6_cache *mfc = v; in ipmr_mfc_seq_show() [all …]
|
/linux-4.4.14/include/linux/ |
D | mroute6.h | 76 struct mfc6_cache { struct
|