Searched refs:TableRegister (Results 1 – 2 of 2) sorted by relevance
824 if (assoc->TableRegister) { in SctpAlias()1126 (*passoc)->TableRegister = SN_NULL_TBL; in sctp_PktParser()2248 assoc->TableRegister |= SN_LOCAL_TBL; in AddSctpAssocLocal()2251 if (assoc->TableRegister == SN_BOTH_TBL) { in AddSctpAssocLocal()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()2347 assoc->TableRegister ^= SN_GLOBAL_TBL; in RmSctpAssoc()[all …]
134 int TableRegister; /**< stores which look up tables association is registered in */ member