Home
last modified time | relevance | path

Searched refs:INP_GROUP_UNLOCK (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netinet/
H A Din_pcbgroup.c344 INP_GROUP_UNLOCK(&pcbinfo->ipi_pcbgroups[pgn]); in in_pcbwild_add()
362 INP_GROUP_UNLOCK(&pcbinfo->ipi_pcbgroups[pgn]); in in_pcbwild_remove()
420 INP_GROUP_UNLOCK(oldpcbgroup); in in_pcbgroup_update_internal()
450 INP_GROUP_UNLOCK(newpcbgroup); in in_pcbgroup_update_internal()
553 INP_GROUP_UNLOCK(pcbgroup); in in_pcbgroup_remove()
H A Din_pcb.h671 #define INP_GROUP_UNLOCK(ipg) mtx_unlock(&(ipg)->ipg_lock) macro
H A Din_pcb.c2378 INP_GROUP_UNLOCK(pcbgroup); in in_pcblookup_group()
2396 INP_GROUP_UNLOCK(pcbgroup); in in_pcblookup_group()
/f-stack/freebsd/netinet6/
H A Din6_pcb.c1126 INP_GROUP_UNLOCK(pcbgroup); in in6_pcblookup_group()
1138 INP_GROUP_UNLOCK(pcbgroup); in in6_pcblookup_group()
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h671 #define INP_GROUP_UNLOCK(ipg) mtx_unlock(&(ipg)->ipg_lock) macro