Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dmld6.c327 MLD_LOCK(); in sysctl_mld_gsr()
381 MLD_LOCK(); in sysctl_mld_ifinfo()
487 MLD_LOCK(); in mld_domifattach()
517 MLD_LOCK(); in mld_ifdetach()
563 MLD_LOCK(); in mld_domifdetach()
660 MLD_LOCK(); in mld_v1_input_query()
866 MLD_LOCK(); in mld_v2_input_query()
1147 MLD_LOCK(); in mld_v1_input_report()
1346 MLD_LOCK(); in mld_fasttimo_vnet()
1734 MLD_LOCK(); in mld_slowtimo_vnet()
[all …]
H A Dmld6_var.h150 #define MLD_LOCK() mtx_lock(&mld_mtx) macro