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()
1600 fp = sctp_lookup_faddr_nosctp(fphead, hdraddr); in sctp_secure_restart_check()
1609 fp->sf_next = fphead; in sctp_secure_restart_check()
1610 fphead = fp; in sctp_secure_restart_check()
1629 compres = sctp_compare_faddrsets(fphead, sctp->sctp_faddrs); in sctp_secure_restart_check()
[all …]