Home
last modified time | relevance | path

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

/f-stack/tools/netstat/
H A Dsctp.c216 struct xraddr_entry *prev_xr = NULL, *xr = NULL, *xr_tmp; in sctp_process_tcb() local
252 prev_xr = xr; in sctp_process_tcb()
260 if (prev_xr == NULL) in sctp_process_tcb()
263 LIST_INSERT_AFTER(prev_xr, xr, xraddr_entries); in sctp_process_tcb()