Home
last modified time | relevance | path

Searched refs:INP_LIST_LOCK_DESTROY (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/netinet/
HDin_pcb.h643 #define INP_LIST_LOCK_DESTROY(ipi) rw_destroy(&(ipi)->ipi_list_lock) macro
HDin_pcb.c570 INP_LIST_LOCK_DESTROY(pcbinfo); in in_pcbinfo_destroy()