Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dmroute6.h44 #define MRT6_FLUSH_MIFS 4 /* Flushing multicast vifs */ macro
/Linux-v5.4/net/ipv6/
Dip6mr.c390 mroute_clean_tables(mrt, MRT6_FLUSH_MIFS | MRT6_FLUSH_MIFS_STATIC | in ip6mr_free_table()
1501 if (flags & (MRT6_FLUSH_MIFS | MRT6_FLUSH_MIFS_STATIC)) { in mroute_clean_tables()
1505 (!(mrt->vif_table[i].flags & VIFF_STATIC) && !(flags & MRT6_FLUSH_MIFS))) in mroute_clean_tables()
1594 mroute_clean_tables(mrt, MRT6_FLUSH_MIFS | MRT6_FLUSH_MFC); in ip6mr_sk_done()