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

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_pcb.h 77 LIST_ENTRY(sctp_ifn) next_ifn; member in struct:sctp_ifn
sctp_asconf.c     [all...]
sctp_sysctl.c 187 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
288 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
    [all...]
sctp_pcb.c 367 LIST_REMOVE(sctp_ifnp, next_ifn);
617 LIST_INSERT_HEAD(&vrf->ifnlist, sctp_ifnp, next_ifn);
966 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
    [all...]
sctp_output.c 2089 LIST_FOREACH(sctp_ifnp, &vrf->ifnlist, next_ifn) {
2122 LIST_FOREACH(sctp_ifnp, &vrf->ifnlist, next_ifn) {
    [all...]
sctp_usrreq.c     [all...]
sctputil.c     [all...]

Completed in 187 milliseconds