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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.h610 LIST_ENTRY(sctp_tcb) sctp_asocs; /* vtag hash list */ member in struct:sctp_tcb
H A Dsctp_input.c752 LIST_REMOVE(stcb, sctp_asocs);
756 LIST_INSERT_HEAD(head, stcb, sctp_asocs);
767 LIST_REMOVE(stcb, sctp_asocs);
775 LIST_INSERT_HEAD(head, stcb, sctp_asocs);
1993 LIST_REMOVE(stcb, sctp_asocs);
2001 LIST_INSERT_HEAD(head, stcb, sctp_asocs);
2438 LIST_FOREACH(stcb, head, sctp_asocs) {
H A Dsctp_pcb.c2516 LIST_FOREACH(stcb, head, sctp_asocs) {
5127 LIST_INSERT_HEAD(head, stcb, sctp_asocs);
5675 LIST_REMOVE(stcb, sctp_asocs);
7778 LIST_FOREACH(stcb, head, sctp_asocs) {

Completed in 362 milliseconds