Home
last modified time | relevance | path

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

/freebsd/usr.bin/netstat/
H A Dsctp.c205 struct xladdr_entry *prev_xl = NULL, *xl = NULL, *xl_tmp; in sctp_process_tcb() local
305 xl_tmp = LIST_NEXT(xl, xladdr_entries); in sctp_process_tcb()
307 xl = xl_tmp; in sctp_process_tcb()