HomeSort by: relevance | last modified time | path
    Searched defs:need_unlock (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
in_pcb.c 853 bool need_unlock = false; local in function:inpcb_purgeif0
861 need_unlock = true;
866 if (need_unlock)
  /src/sys/netinet6/
in6_pcb.c 757 bool need_unlock = false; local in function:in6pcb_purgeif0
764 need_unlock = true;
792 if (need_unlock)
  /src/sys/net/
route.c 1157 bool need_unlock = true; local in function:rtrequest1
1198 need_unlock = false;
1294 need_unlock = false;
1316 if (need_unlock)

Completed in 15 milliseconds