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_sysctl.c 193 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
297 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
    [all...]
sctp_pcb.c 477 LIST_INSERT_HEAD(&sctp_ifnp->ifalist, sctp_ifap, next_ifa);
514 LIST_REMOVE(sctp_ifap, next_ifa);
770 LIST_INSERT_HEAD(&sctp_ifnp->ifalist, sctp_ifap, next_ifa);
973 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
    [all...]
sctp_output.c 2100 LIST_FOREACH(sctp_ifap, &sctp_ifnp->ifalist, next_ifa) {
2150 LIST_FOREACH(sctp_ifap, &sctp_ifnp->ifalist, next_ifa) {
    [all...]
sctp_usrreq.c     [all...]
sctputil.c     [all...]

Completed in 5347 milliseconds