Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c703 sctp_faddr_t *old_fp = NULL; in sctp_find_fast_rexmit_mblks() local
728 old_fp = *fp; in sctp_find_fast_rexmit_mblks()
731 } else if (old_fp == NULL && *fp != chunk_fp) { in sctp_find_fast_rexmit_mblks()
733 } else if (old_fp != NULL && in sctp_find_fast_rexmit_mblks()
734 old_fp != chunk_fp) { in sctp_find_fast_rexmit_mblks()