Searched refs:mfc6_cache (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/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, 352 static struct mfc6_cache *ipmr_mfc_seq_idx(struct net *net, in ipmr_mfc_seq_idx() 356 struct mfc6_cache *mfc; in ipmr_mfc_seq_idx() 505 struct mfc6_cache *mfc = v; in ipmr_mfc_seq_next() 516 return list_entry(mfc->list.next, struct mfc6_cache, list); in ipmr_mfc_seq_next() 527 return list_first_entry(it->cache, struct mfc6_cache, list); in ipmr_mfc_seq_next() 537 return list_first_entry(it->cache, struct mfc6_cache, list); in ipmr_mfc_seq_next() 567 const struct mfc6_cache *mfc = v; in ipmr_mfc_seq_show() [all …]
|
/linux-4.1.27/include/linux/ |
D | mroute6.h | 76 struct mfc6_cache { struct
|