Searched refs:INP_GROUP_LOCK_INIT (Results 1 – 3 of 3) sorted by relevance
179 INP_GROUP_LOCK_INIT(pcbgroup, "pcbgroup"); in in_pcbgroup_init()
665 #define INP_GROUP_LOCK_INIT(ipg, d) mtx_init(&(ipg)->ipg_lock, (d), NULL, \ macro