Searched refs:sctp_list (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.h452 LIST_ENTRY(sctp_inpcb) sctp_list; /* lists all endpoints */ member in struct:sctp_inpcb
H A Dsctp_sysctl.c467 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) {
503 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) {
H A Dsctp_pcb.c3012 LIST_INSERT_HEAD(&SCTP_BASE_INFO(listhead), inp, sctp_list); local
3859 it->inp = LIST_NEXT(it->inp, sctp_list);
4180 LIST_REMOVE(inp, sctp_list);
7987 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) {
H A Dsctp_asconf.c2343 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) {
H A Dsctputil.c1327 it->inp = LIST_NEXT(it->inp, sctp_list);
1433 it->inp = LIST_NEXT(it->inp, sctp_list);

Completed in 471 milliseconds