Lines Matching refs:TableRegister
837 if (assoc->TableRegister) { in SctpAlias()
1139 (*passoc)->TableRegister = SN_NULL_TBL; in sctp_PktParser()
1203 (*passoc)->TableRegister = SN_NULL_TBL; in sctp_PktParser()
1791 assoc->TableRegister |= SN_WAIT_TOLOCAL; /* wait for tolocal ack */ in ID_process()
1806 assoc->TableRegister |= SN_WAIT_TOGLOBAL; /* wait for toglobal ack */ in ID_process()
1895 if (!(assoc->TableRegister & SN_WAIT_TOLOCAL)) /* wrong direction */ in INa_process()
1899 if (!(assoc->TableRegister & SN_WAIT_TOGLOBAL)) /* wrong direction */ in INa_process()
1903 assoc->TableRegister &= SN_BOTH_TBL; /* remove wait flags */ in INa_process()
2251 …if ((found->TableRegister == SN_LOCAL_TBL) && (found->g_port == assoc->g_port)) { /* resent messag… in AddSctpAssocLocal()
2262 assoc->TableRegister |= SN_LOCAL_TBL; in AddSctpAssocLocal()
2265 if (assoc->TableRegister == SN_BOTH_TBL) { in AddSctpAssocLocal()
2299 if ((found->TableRegister == SN_GLOBAL_TBL) && in AddSctpAssocGlobal()
2312 assoc->TableRegister |= SN_GLOBAL_TBL; in AddSctpAssocGlobal()
2315 if (assoc->TableRegister == SN_BOTH_TBL) { in AddSctpAssocGlobal()
2351 if (assoc->TableRegister == SN_BOTH_TBL) { in RmSctpAssoc()
2355 if (assoc->TableRegister & SN_LOCAL_TBL) { in RmSctpAssoc()
2356 assoc->TableRegister ^= SN_LOCAL_TBL; in RmSctpAssoc()
2361 if (assoc->TableRegister & SN_GLOBAL_TBL) { in RmSctpAssoc()
2362 assoc->TableRegister ^= SN_GLOBAL_TBL; in RmSctpAssoc()
2641 assoc->TableRegister); in logsctpassoc()