Searched refs:sctp_tcbasocidhash (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.h607 LIST_ENTRY(sctp_tcb) sctp_tcbasocidhash; /* next link in asocid member in struct:sctp_tcb
H A Dsctp_pcb.c1858 LIST_FOREACH(stcb, head, sctp_tcbasocidhash) {
3158 LIST_REMOVE(stcb, sctp_tcbasocidhash);
3178 LIST_INSERT_HEAD(lhd, stcb, sctp_tcbasocidhash);
4887 LIST_INSERT_HEAD(head, stcb, sctp_tcbasocidhash);
5100 LIST_REMOVE(stcb, sctp_tcbasocidhash);
5113 LIST_REMOVE(stcb, sctp_tcbasocidhash);
5148 LIST_REMOVE(stcb, sctp_tcbasocidhash);
5666 LIST_REMOVE(stcb, sctp_tcbasocidhash);

Completed in 38 milliseconds