HomeSort by: relevance | last modified time | path
    Searched refs:sctp_asocs (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_pcb.h 351 LIST_ENTRY(sctp_tcb) sctp_asocs; member in struct:sctp_tcb
sctp_pcb.c 636 LIST_FOREACH(stcb, head, sctp_asocs) {
1074 LIST_FOREACH(stcb, head, sctp_asocs) {
2783 LIST_INSERT_HEAD(head, stcb, sctp_asocs);
3091 LIST_REMOVE(stcb, sctp_asocs);
4362 LIST_FOREACH(stcb, head, sctp_asocs) {

Completed in 16 milliseconds