Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet6/
Dmld6.c333 MLD_LOCK(); in sysctl_mld_gsr()
387 MLD_LOCK(); in sysctl_mld_ifinfo()
485 MLD_LOCK(); in mld_domifattach()
553 MLD_LOCK(); in mld_ifdetach()
599 MLD_LOCK(); in mld_domifdetach()
694 MLD_LOCK(); in mld_v1_input_query()
900 MLD_LOCK(); in mld_v2_input_query()
1185 MLD_LOCK(); in mld_v1_input_report()
1381 MLD_LOCK(); in mld_fasttimo_vnet()
1768 MLD_LOCK(); in mld_slowtimo_vnet()
[all …]
Dmld6_var.h152 #define MLD_LOCK() mtx_lock(&mld_mtx) macro