Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dif_inet6.h116 #define MAF_TIMER_RUNNING 0x01 macro
/kernel/linux/linux-5.10/net/ipv6/
Dmcast.c1099 ma->mca_flags |= MAF_TIMER_RUNNING; in igmp6_group_queried()
1429 if (ma->mca_flags & MAF_TIMER_RUNNING) { in igmp6_event_query()
1494 ma->mca_flags &= ~(MAF_LAST_REPORTER|MAF_TIMER_RUNNING); in igmp6_event_report()
2423 ma->mca_flags |= MAF_TIMER_RUNNING | MAF_LAST_REPORTER; in igmp6_join_group()
2500 ma->mca_flags &= ~MAF_TIMER_RUNNING; in igmp6_timer_handler()
2762 (im->mca_flags&MAF_TIMER_RUNNING) ? in igmp6_mc_seq_show()