Lines Matching refs:TableRegister
807 if (assoc->TableRegister) { in SctpAlias()
1107 (*passoc)->TableRegister = SN_NULL_TBL; in sctp_PktParser()
1171 (*passoc)->TableRegister = SN_NULL_TBL; in sctp_PktParser()
1758 assoc->TableRegister |= SN_WAIT_TOLOCAL; /* wait for tolocal ack */ in ID_process()
1773 assoc->TableRegister |= SN_WAIT_TOGLOBAL; /* wait for toglobal ack */ in ID_process()
1862 if (!(assoc->TableRegister & SN_WAIT_TOLOCAL)) /* wrong direction */ in INa_process()
1866 if (!(assoc->TableRegister & SN_WAIT_TOGLOBAL)) /* wrong direction */ in INa_process()
1870 assoc->TableRegister &= SN_BOTH_TBL; /* remove wait flags */ in INa_process()
2216 …if ((found->TableRegister == SN_LOCAL_TBL) && (found->g_port == assoc->g_port)) { /* resent messag… in AddSctpAssocLocal()
2227 assoc->TableRegister |= SN_LOCAL_TBL; in AddSctpAssocLocal()
2230 if (assoc->TableRegister == SN_BOTH_TBL) { in AddSctpAssocLocal()
2264 if ((found->TableRegister == SN_GLOBAL_TBL) && \ in AddSctpAssocGlobal()
2276 assoc->TableRegister |= SN_GLOBAL_TBL; in AddSctpAssocGlobal()
2279 if (assoc->TableRegister == SN_BOTH_TBL) { in AddSctpAssocGlobal()
2315 if (assoc->TableRegister == SN_BOTH_TBL) { in RmSctpAssoc()
2319 if (assoc->TableRegister & SN_LOCAL_TBL) { in RmSctpAssoc()
2320 assoc->TableRegister ^= SN_LOCAL_TBL; in RmSctpAssoc()
2325 if (assoc->TableRegister & SN_GLOBAL_TBL) { in RmSctpAssoc()
2326 assoc->TableRegister ^= SN_GLOBAL_TBL; in RmSctpAssoc()
2603 assoc->TableRegister); in logsctpassoc()