Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Digmp.c373 IGMP_UNLOCK(); in sysctl_igmp_default_version()
411 IGMP_UNLOCK(); in sysctl_igmp_gsr()
478 IGMP_UNLOCK(); in sysctl_igmp_ifinfo()
564 IGMP_UNLOCK(); in igmp_domifattach()
643 IGMP_UNLOCK(); in igmp_ifdetach()
659 IGMP_UNLOCK(); in igmp_domifdetach()
768 IGMP_UNLOCK(); in igmp_input_v1_query()
862 IGMP_UNLOCK(); in igmp_input_v2_query()
1082 IGMP_UNLOCK(); in igmp_input_v3_query()
1737 IGMP_UNLOCK(); in igmp_fasttimo_vnet()
[all …]
Digmp_var.h199 #define IGMP_UNLOCK() mtx_unlock(&igmp_mtx) macro