Searched refs:sctp_tcblist (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_usrreq.c2510 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
2527 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
4480 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
4529 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
4554 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
4610 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
4639 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
4683 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
4869 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
4990 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
[all...]
H A Dsctp_pcb.h605 LIST_ENTRY(sctp_tcb) sctp_tcblist; /* list of all of the member in struct:sctp_tcb
H A Dsctp_pcb.c3156 LIST_REMOVE(stcb, sctp_tcblist);
3168 LIST_INSERT_HEAD(&new_inp->sctp_asoc_list, stcb, sctp_tcblist);
3948 LIST_FOREACH_SAFE(asoc, &inp->sctp_asoc_list, sctp_tcblist, nasoc) {
4111 LIST_FOREACH_SAFE(asoc, &inp->sctp_asoc_list, sctp_tcblist, nasoc) {
4335 LIST_FOREACH_SAFE(asoc, &inp->sctp_asoc_free_list, sctp_tcblist, nasoc) {
4336 LIST_REMOVE(asoc, sctp_tcblist);
5164 LIST_INSERT_HEAD(&inp->sctp_asoc_list, stcb, sctp_tcblist);
5669 LIST_REMOVE(stcb, sctp_tcblist);
5976 LIST_INSERT_HEAD(&inp->sctp_asoc_free_list, stcb, sctp_tcblist);
6277 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
[all...]
H A Dsctp_sysctl.c471 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
545 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
H A Dsctp_auth.c1239 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
H A Dsctp_asconf.c2347 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
H A Dsctp_input.c5703 LIST_FOREACH(lstcb, &inp->sctp_asoc_list, sctp_tcblist) {
H A Dsctputil.c1416 it->stcb = LIST_NEXT(it->stcb, sctp_tcblist);

Completed in 412 milliseconds