Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDigmp.c433 IGMP_UNLOCK(); in sysctl_igmp_default_version()
471 IGMP_UNLOCK(); in sysctl_igmp_gsr()
536 IGMP_UNLOCK(); in sysctl_igmp_ifinfo()
625 IGMP_UNLOCK(); in igmp_domifattach()
701 IGMP_UNLOCK(); in igmp_ifdetach()
717 IGMP_UNLOCK(); in igmp_domifdetach()
825 IGMP_UNLOCK(); in igmp_input_v1_query()
918 IGMP_UNLOCK(); in igmp_input_v2_query()
1138 IGMP_UNLOCK(); in igmp_input_v3_query()
1782 IGMP_UNLOCK(); in igmp_fasttimo_vnet()
[all …]
HDigmp_var.h202 #define IGMP_UNLOCK() mtx_unlock(&igmp_mtx) macro