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