Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dmroute.h41 #define MRT_FLUSH_VIFS 4 /* Flush multicast vifs */ macro
/linux/net/ipv4/
H A Dipmr.c417 mroute_clean_tables(mrt, MRT_FLUSH_VIFS | MRT_FLUSH_VIFS_STATIC | in ipmr_free_table()
1288 if (flags & (MRT_FLUSH_VIFS | MRT_FLUSH_VIFS_STATIC)) { in mroute_clean_tables()
1292 (!(mrt->vif_table[i].flags & VIFF_STATIC) && !(flags & MRT_FLUSH_VIFS))) in mroute_clean_tables()
1346 mroute_clean_tables(mrt, MRT_FLUSH_VIFS | MRT_FLUSH_MFC); in mrtsock_destruct()