Searched refs:sctp_nat_assoc (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/netinet/libalias/
H A Dalias_sctp.h126 struct sctp_nat_assoc { struct
139 LIST_ENTRY (sctp_nat_assoc) list_L; /**< Linked list of pointers for Local table*/
140 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 timer Q */
H A Dalias_sctp.c102 struct sctp_nat_msg *sm, struct sctp_nat_assoc **passoc);
107 static void AddGlobalIPAddresses(struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc, int direction);
108 static int Add_Global_Address_to_List(struct sctp_nat_assoc *assoc, struct sctp_GlobalAddress *G_addr);
109 static void RmGlobalIPAddresses(struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc, int direction);
114 struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc);
117 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
119 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
121 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
123 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
125 struct sctp_nat_assoc *asso
[all...]
H A Dalias_local.h160 LIST_HEAD(sctpNatTableL, sctp_nat_assoc) *sctpTableLocal;
162 LIST_HEAD(sctpNatTableG, sctp_nat_assoc) *sctpTableGlobal;

Completed in 166 milliseconds