Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Digmp.c442 IGMP_UNLOCK(); in sysctl_igmp_default_version()
480 IGMP_UNLOCK(); in sysctl_igmp_gsr()
545 IGMP_UNLOCK(); in sysctl_igmp_ifinfo()
634 IGMP_UNLOCK(); in igmp_domifattach()
710 IGMP_UNLOCK(); in igmp_ifdetach()
726 IGMP_UNLOCK(); in igmp_domifdetach()
834 IGMP_UNLOCK(); in igmp_input_v1_query()
927 IGMP_UNLOCK(); in igmp_input_v2_query()
1147 IGMP_UNLOCK(); in igmp_input_v3_query()
1792 IGMP_UNLOCK(); in igmp_fasttimo_vnet()
[all …]
H A Digmp_var.h200 #define IGMP_UNLOCK() mtx_unlock(&igmp_mtx) macro