Lines Matching refs:TableRegister
824 if (assoc->TableRegister) { in SctpAlias()
1126 (*passoc)->TableRegister = SN_NULL_TBL; in sctp_PktParser()
1190 (*passoc)->TableRegister = SN_NULL_TBL; in sctp_PktParser()
1779 assoc->TableRegister |= SN_WAIT_TOLOCAL; /* wait for tolocal ack */ in ID_process()
1794 assoc->TableRegister |= SN_WAIT_TOGLOBAL; /* wait for toglobal ack */ in ID_process()
1883 if (!(assoc->TableRegister & SN_WAIT_TOLOCAL)) /* wrong direction */ in INa_process()
1887 if (!(assoc->TableRegister & SN_WAIT_TOGLOBAL)) /* wrong direction */ in INa_process()
1891 assoc->TableRegister &= SN_BOTH_TBL; /* remove wait flags */ in INa_process()
2237 …if ((found->TableRegister == SN_LOCAL_TBL) && (found->g_port == assoc->g_port)) { /* resent messag… in AddSctpAssocLocal()
2248 assoc->TableRegister |= SN_LOCAL_TBL; in AddSctpAssocLocal()
2251 if (assoc->TableRegister == SN_BOTH_TBL) { in AddSctpAssocLocal()
2285 if ((found->TableRegister == SN_GLOBAL_TBL) && \ in AddSctpAssocGlobal()
2297 assoc->TableRegister |= SN_GLOBAL_TBL; in AddSctpAssocGlobal()
2300 if (assoc->TableRegister == SN_BOTH_TBL) { in AddSctpAssocGlobal()
2336 if (assoc->TableRegister == SN_BOTH_TBL) { in RmSctpAssoc()
2340 if (assoc->TableRegister & SN_LOCAL_TBL) { in RmSctpAssoc()
2341 assoc->TableRegister ^= SN_LOCAL_TBL; in RmSctpAssoc()
2346 if (assoc->TableRegister & SN_GLOBAL_TBL) { in RmSctpAssoc()
2347 assoc->TableRegister ^= SN_GLOBAL_TBL; in RmSctpAssoc()
2626 assoc->TableRegister); in logsctpassoc()