Searched refs:sctp_nat_assoc (Results 1 – 3 of 3) sorted by relevance
126 struct sctp_nat_assoc { struct139 LIST_ENTRY (sctp_nat_assoc) list_L; /**< Linked list of pointers for Local table*/ argument140 LIST_ENTRY (sctp_nat_assoc) list_G; /**< Linked list of pointers for Global table */141 LIST_ENTRY (sctp_nat_assoc) timer_Q; /**< Linked list of pointers for timer Q */186 …LIST_HEAD(sctpTimerQ,sctp_nat_assoc) *TimerQ; /**< List of associations at this position in the ti…
131 static struct sctp_nat_assoc*133 static struct sctp_nat_assoc*135 static struct sctp_nat_assoc*137 static struct sctp_nat_assoc*139 static struct sctp_nat_assoc*1119 *passoc = (struct sctp_nat_assoc *) sn_malloc(sizeof(struct sctp_nat_assoc)); in sctp_PktParser()1183 *passoc = (struct sctp_nat_assoc *) sn_malloc(sizeof(struct sctp_nat_assoc)); in sctp_PktParser()2012 static struct sctp_nat_assoc*2049 static struct sctp_nat_assoc*2096 static struct sctp_nat_assoc*[all …]
182 LIST_HEAD(sctpNatTableL, sctp_nat_assoc) *sctpTableLocal;186 LIST_HEAD(sctpNatTableG, sctp_nat_assoc) *sctpTableGlobal;