Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/libalias/
H A Dalias_sctp.h138 LIST_ENTRY (sctp_nat_assoc) list_L; /**< Linked list of pointers for Local table*/
H A Dalias_sctp.c2034 LIST_FOREACH(assoc, &la->sctpTableLocal[i], list_L) { in FindSctpLocal()
2202 LIST_FOREACH(assoc, &la->sctpTableLocal[i], list_L) { in FindSctpGlobalT()
2261 assoc, list_L); in AddSctpAssocLocal()
2358 LIST_REMOVE(assoc, list_L); in RmSctpAssoc()
2679 LIST_FOREACH(assoc, &la->sctpTableLocal[i], list_L) { in logSctpLocal()