Searched refs:TableRegister (Results 1 – 2 of 2) sorted by relevance
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()[all …]
133 int TableRegister; /**< stores which look up tables association is registered in */ member