Lines Matching refs:TableRegister
808 if (assoc->TableRegister) { in SctpAlias()
1110 (*passoc)->TableRegister = SN_NULL_TBL; in sctp_PktParser()
1174 (*passoc)->TableRegister = SN_NULL_TBL; in sctp_PktParser()
1763 assoc->TableRegister |= SN_WAIT_TOLOCAL; /* wait for tolocal ack */ in ID_process()
1778 assoc->TableRegister |= SN_WAIT_TOGLOBAL; /* wait for toglobal ack */ in ID_process()
1867 if (!(assoc->TableRegister & SN_WAIT_TOLOCAL)) /* wrong direction */ in INa_process()
1871 if (!(assoc->TableRegister & SN_WAIT_TOGLOBAL)) /* wrong direction */ in INa_process()
1875 assoc->TableRegister &= SN_BOTH_TBL; /* remove wait flags */ in INa_process()
2221 …if ((found->TableRegister == SN_LOCAL_TBL) && (found->g_port == assoc->g_port)) { /* resent messag… in AddSctpAssocLocal()
2232 assoc->TableRegister |= SN_LOCAL_TBL; in AddSctpAssocLocal()
2235 if (assoc->TableRegister == SN_BOTH_TBL) { in AddSctpAssocLocal()
2269 if ((found->TableRegister == SN_GLOBAL_TBL) && \ in AddSctpAssocGlobal()
2281 assoc->TableRegister |= SN_GLOBAL_TBL; in AddSctpAssocGlobal()
2284 if (assoc->TableRegister == SN_BOTH_TBL) { in AddSctpAssocGlobal()
2320 if (assoc->TableRegister == SN_BOTH_TBL) { in RmSctpAssoc()
2324 if (assoc->TableRegister & SN_LOCAL_TBL) { in RmSctpAssoc()
2325 assoc->TableRegister ^= SN_LOCAL_TBL; in RmSctpAssoc()
2330 if (assoc->TableRegister & SN_GLOBAL_TBL) { in RmSctpAssoc()
2331 assoc->TableRegister ^= SN_GLOBAL_TBL; in RmSctpAssoc()
2611 assoc->TableRegister); in logsctpassoc()