Home
last modified time | relevance | path

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

/freebsd-12.1/sys/net/
H A Dif.c417 IFNET_WUNLOCK(); in ifindex_free()
457 IFNET_WUNLOCK(); in vnet_if_init()
490 IFNET_WUNLOCK(); in if_link_ifnet()
511 IFNET_WUNLOCK(); in if_unlink_ifnet()
551 IFNET_WUNLOCK(); in vnet_if_return()
577 IFNET_WUNLOCK(); in if_grow()
611 IFNET_WUNLOCK(); in if_alloc()
617 IFNET_WUNLOCK(); in if_alloc()
709 IFNET_WUNLOCK(); in if_free()
1318 IFNET_WUNLOCK(); in if_vmove()
[all …]
H A Dif_var.h573 #define IFNET_WUNLOCK() sx_xunlock(&ifnet_sxlock) macro