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

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_pcb.c 169 * Addresses are added to VRF's (Virtual Router's). For BSD we
170 * have only the default VRF 0. We maintain a hash list of
171 * VRF's. Each VRF has its own list of sctp_ifn's. Each of
173 * to a VRF we lookup the ifn/ifn_index, if the ifn does
175 * within the VRF. Once we have the sctp_ifn, we add the
178 * hash-vrf-table
179 * vrf-> ifn-> ifn -> ifn
180 * vrf |
182 * vrf
216 struct sctp_vrf *vrf = NULL; local
383 struct sctp_vrf *vrf; local
427 struct sctp_vrf *vrf; local
563 struct sctp_vrf *vrf; local
823 struct sctp_vrf *vrf; local
941 struct sctp_vrf *vrf; local
6862 struct sctp_vrf *vrf, *nvrf; local
    [all...]
sctp_asconf.c 2464 struct sctp_vrf *vrf = NULL; local
3095 struct sctp_vrf *vrf = NULL; local
3425 struct sctp_vrf *vrf = NULL; local
    [all...]
sctp_sysctl.c 181 struct sctp_vrf *vrf; local
188 if ((vrf = sctp_find_vrf(inp->def_vrf_id)) == NULL) {
192 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
237 struct sctp_vrf *vrf; local
287 if ((vrf = sctp_find_vrf(inp->def_vrf_id)) == NULL) {
293 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
    [all...]
sctp_pcb.h 76 struct sctp_vrf *vrf; member in struct:sctp_ifn
702 void sctp_free_vrf(struct sctp_vrf *vrf);
sctputil.c 5512 struct sctp_vrf *vrf; local
    [all...]
sctp_output.c 2070 struct sctp_vrf *vrf = NULL; local
2076 vrf = sctp_find_vrf(vrf_id);
2077 if (vrf == NULL) {
2086 if (vrf->total_ifa_count > SCTP_COUNT_LIMIT) {
2091 LIST_FOREACH(sctp_ifnp, &vrf->ifnlist, next_ifn) {
2140 LIST_FOREACH(sctp_ifnp, &vrf->ifnlist, next_ifn) {
2521 struct sctp_vrf *vrf; local
2658 struct sctp_vrf *vrf; local
3050 struct sctp_vrf *vrf; local
    [all...]
sctp_os_userspace.h 663 #define SCTP_INIT_VRF_TABLEID(vrf)
760 * but references to fields are needed to persist as the vrf is queried.
    [all...]
sctp_usrreq.c 1579 struct sctp_vrf *vrf; local
1916 struct sctp_vrf *vrf = NULL; local
8407 struct sctp_vrf *vrf; local
    [all...]
  /frameworks/av/services/audioflinger/
FastMixer.cpp 358 float vrf = float_from_gain(gain_minifloat_unpack_right(vlr)); local
361 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME1, &vrf);
Threads.cpp 3453 float vlf, vrf, vaf; \/\/ in [0.0, 1.0] float format local
    [all...]

Completed in 357 milliseconds