Searched refs:mroute_clean_tables (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/net/ipv6/ | 
| D | ip6mr.c | 95 static void mroute_clean_tables(struct mr_table *mrt, int flags);390 	mroute_clean_tables(mrt, MRT6_FLUSH_MIFS | MRT6_FLUSH_MIFS_STATIC |  in ip6mr_free_table()
 1494 static void mroute_clean_tables(struct mr_table *mrt, int flags)  in mroute_clean_tables()  function
 1594 			mroute_clean_tables(mrt, MRT6_FLUSH_MIFS | MRT6_FLUSH_MFC);  in ip6mr_sk_done()
 1719 		mroute_clean_tables(mrt, flags);  in ip6_mroute_setsockopt()
 
 | 
| /Linux-v5.4/net/ipv4/ | 
| D | ipmr.c | 108 static void mroute_clean_tables(struct mr_table *mrt, int flags);412 	mroute_clean_tables(mrt, MRT_FLUSH_VIFS | MRT_FLUSH_VIFS_STATIC |  in ipmr_free_table()
 1294 static void mroute_clean_tables(struct mr_table *mrt, int flags)  in mroute_clean_tables()  function
 1361 			mroute_clean_tables(mrt, MRT_FLUSH_VIFS | MRT_FLUSH_MFC);  in mrtsock_destruct()
 1495 		mroute_clean_tables(mrt, val);  in ip_mroute_setsockopt()
 
 |