Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c1513 sctp_faddr_t *fp, *fphead = NULL; in sctp_secure_restart_check() local
1580 if (fphead == NULL) { in sctp_secure_restart_check()
1581 fphead = fpa; in sctp_secure_restart_check()
1583 fpa->sf_next = fphead; in sctp_secure_restart_check()
1584 fphead = fpa; in sctp_secure_restart_check()
1591 if (fphead == NULL) { in sctp_secure_restart_check()
1609 fp->sf_next = fphead; in sctp_secure_restart_check()
1610 fphead = fp; in sctp_secure_restart_check()
1678 for (fp = fphead; fp; fp = fp->sf_next) { in sctp_secure_restart_check()
1714 if (fphead) { in sctp_secure_restart_check()
[all …]