HomeSort by relevance Sort by last modified time
    Searched refs:next_ifa (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_pcb.h 104 LIST_ENTRY(sctp_ifa) next_ifa; member in struct:sctp_ifa
sctp_asconf.c     [all...]
sctp_output.c 2098 LIST_FOREACH(sctp_ifap, &sctp_ifnp->ifalist, next_ifa) {
2132 LIST_FOREACH(sctp_ifap, &sctp_ifnp->ifalist, next_ifa) {
    [all...]
sctp_pcb.c 475 LIST_INSERT_HEAD(&sctp_ifnp->ifalist, sctp_ifap, next_ifa);
512 LIST_REMOVE(sctp_ifap, next_ifa);
768 LIST_INSERT_HEAD(&sctp_ifnp->ifalist, sctp_ifap, next_ifa);
971 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
    [all...]
sctp_sysctl.c 188 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
292 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
    [all...]
sctp_usrreq.c     [all...]
sctputil.c     [all...]

Completed in 105 milliseconds