Lines Matching refs:TableRegister
835 if (assoc->TableRegister) { in SctpAlias()
1137 (*passoc)->TableRegister = SN_NULL_TBL; in sctp_PktParser()
1201 (*passoc)->TableRegister = SN_NULL_TBL; in sctp_PktParser()
1795 assoc->TableRegister |= SN_WAIT_TOLOCAL; /* wait for tolocal ack */ in ID_process()
1810 assoc->TableRegister |= SN_WAIT_TOGLOBAL; /* wait for toglobal ack */ in ID_process()
1899 if (!(assoc->TableRegister & SN_WAIT_TOLOCAL)) /* wrong direction */ in INa_process()
1903 if (!(assoc->TableRegister & SN_WAIT_TOGLOBAL)) /* wrong direction */ in INa_process()
1907 assoc->TableRegister &= SN_BOTH_TBL; /* remove wait flags */ in INa_process()
2255 …if ((found->TableRegister == SN_LOCAL_TBL) && (found->g_port == assoc->g_port)) { /* resent messag… in AddSctpAssocLocal()
2266 assoc->TableRegister |= SN_LOCAL_TBL; in AddSctpAssocLocal()
2269 if (assoc->TableRegister == SN_BOTH_TBL) { in AddSctpAssocLocal()
2303 if ((found->TableRegister == SN_GLOBAL_TBL) && in AddSctpAssocGlobal()
2316 assoc->TableRegister |= SN_GLOBAL_TBL; in AddSctpAssocGlobal()
2319 if (assoc->TableRegister == SN_BOTH_TBL) { in AddSctpAssocGlobal()
2355 if (assoc->TableRegister == SN_BOTH_TBL) { in RmSctpAssoc()
2359 if (assoc->TableRegister & SN_LOCAL_TBL) { in RmSctpAssoc()
2360 assoc->TableRegister ^= SN_LOCAL_TBL; in RmSctpAssoc()
2365 if (assoc->TableRegister & SN_GLOBAL_TBL) { in RmSctpAssoc()
2366 assoc->TableRegister ^= SN_GLOBAL_TBL; in RmSctpAssoc()
2645 assoc->TableRegister); in logsctpassoc()