Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Din_pcbgroup.c338 INP_GROUP_LOCK(&pcbinfo->ipi_pcbgroups[pgn]); in in_pcbwild_add()
359 INP_GROUP_LOCK(&pcbinfo->ipi_pcbgroups[pgn]); in in_pcbwild_remove()
417 INP_GROUP_LOCK(oldpcbgroup); in in_pcbgroup_update_internal()
429 INP_GROUP_LOCK(newpcbgroup); in in_pcbgroup_update_internal()
550 INP_GROUP_LOCK(pcbgroup); in in_pcbgroup_remove()
H A Din_pcb.h669 #define INP_GROUP_LOCK(ipg) mtx_lock(&(ipg)->ipg_lock) macro
H A Din_pcb.c2201 INP_GROUP_LOCK(pcbgroup); in in_pcblookup_group()
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h669 #define INP_GROUP_LOCK(ipg) mtx_lock(&(ipg)->ipg_lock) macro
/f-stack/freebsd/netinet6/
H A Din6_pcb.c977 INP_GROUP_LOCK(pcbgroup); in in6_pcblookup_group()