Searched refs:fphead (Results 1 – 1 of 1) sorted by relevance
1511 sctp_faddr_t *fp, *fphead = NULL; in sctp_secure_restart_check() local1578 if (fphead == NULL) { in sctp_secure_restart_check()1579 fphead = fpa; in sctp_secure_restart_check()1581 fpa->sf_next = fphead; in sctp_secure_restart_check()1582 fphead = fpa; in sctp_secure_restart_check()1589 if (fphead == NULL) { in sctp_secure_restart_check()1598 fp = sctp_lookup_faddr_nosctp(fphead, hdraddr); in sctp_secure_restart_check()1607 fp->sf_next = fphead; in sctp_secure_restart_check()1608 fphead = fp; in sctp_secure_restart_check()1627 compres = sctp_compare_faddrsets(fphead, sctp->sctp_faddrs); in sctp_secure_restart_check()[all …]