Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netinet6/
HDmld6.c327 MLD_LOCK(); in sysctl_mld_gsr()
380 MLD_LOCK(); in sysctl_mld_ifinfo()
477 MLD_LOCK(); in mld_domifattach()
545 MLD_LOCK(); in mld_ifdetach()
585 MLD_LOCK(); in mld_domifdetach()
684 MLD_LOCK(); in mld_v1_input_query()
884 MLD_LOCK(); in mld_v2_input_query()
1169 MLD_LOCK(); in mld_v1_input_report()
1348 MLD_LOCK(); in mld_fasttimo_vnet()
1745 MLD_LOCK(); in mld_slowtimo_vnet()
[all …]
HDmld6_var.h151 #define MLD_LOCK() mtx_lock(&mld_mtx) macro