Lines Matching refs:ctl
165 struct nl_control *ctl; in can_unload() local
170 CK_LIST_FOREACH(ctl, &vnets_head, ctl_next) { in can_unload()
171 NL_LOG(LOG_DEBUG2, "Iterating VNET head %p", ctl); in can_unload()
172 if (!CK_LIST_EMPTY(&ctl->ctl_pcb_head)) { in can_unload()
173 NL_LOG(LOG_NOTICE, "non-empty socket list in ctl %p", ctl); in can_unload()