Home
last modified time | relevance | path

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

/freebsd/usr.bin/netstat/
H A Dsctp.c202 int i, xl_total = 0, xr_total = 0, x_max; in sctp_process_tcb() local
263 x_max = MAX(xl_total, xr_total); in sctp_process_tcb()
264 for (i = 0; i < x_max; i++) { in sctp_process_tcb()
294 if (i < x_max) in sctp_process_tcb()