Home
last modified time | relevance | path

Searched refs:TableRegister (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/netinet/libalias/
H A Dalias_sctp.c835 if (assoc->TableRegister) { in SctpAlias()
1137 (*passoc)->TableRegister = SN_NULL_TBL; in sctp_PktParser()
2266 assoc->TableRegister |= SN_LOCAL_TBL; in AddSctpAssocLocal()
2269 if (assoc->TableRegister == SN_BOTH_TBL) { in AddSctpAssocLocal()
2316 assoc->TableRegister |= SN_GLOBAL_TBL; in AddSctpAssocGlobal()
2319 if (assoc->TableRegister == SN_BOTH_TBL) { in AddSctpAssocGlobal()
2355 if (assoc->TableRegister == SN_BOTH_TBL) { in RmSctpAssoc()
2359 if (assoc->TableRegister & SN_LOCAL_TBL) { in RmSctpAssoc()
2360 assoc->TableRegister ^= SN_LOCAL_TBL; in RmSctpAssoc()
2366 assoc->TableRegister ^= SN_GLOBAL_TBL; in RmSctpAssoc()
[all …]
H A Dalias_sctp.h134 int TableRegister; /**< stores which look up tables association is registered in */ member