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

/freebsd-12-stable/sys/netinet/libalias/
H A Dalias_sctp.h134 int TableRegister; /**< stores which look up tables association is registered in */ member in struct:sctp_nat_assoc
H A Dalias_sctp.c810 if (assoc->TableRegister) {
1112 (*passoc)->TableRegister = SN_NULL_TBL;
1176 (*passoc)->TableRegister = SN_NULL_TBL;
1770 assoc->TableRegister |= SN_WAIT_TOLOCAL; /* wait for tolocal ack */
1785 assoc->TableRegister |= SN_WAIT_TOGLOBAL; /* wait for toglobal ack */
1874 if (!(assoc->TableRegister & SN_WAIT_TOLOCAL)) /* wrong direction */
1878 if (!(assoc->TableRegister & SN_WAIT_TOGLOBAL)) /* wrong direction */
1882 assoc->TableRegister &= SN_BOTH_TBL; /* remove wait flags */
2230 if ((found->TableRegister == SN_LOCAL_TBL) && (found->g_port == assoc->g_port)) { /* resent message */
2241 assoc->TableRegister |
[all...]

Completed in 123 milliseconds