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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.c178 * hash-vrf-table
179 * vrf-> ifn-> ifn -> ifn
180 * vrf |
182 * vrf
216 struct sctp_vrf *vrf = NULL; local
220 vrf = sctp_find_vrf(vrf_id);
221 if (vrf) {
223 return (vrf);
225 SCTP_MALLOC(vrf, struct sctp_vrf *, sizeof(struct sctp_vrf),
227 if (vrf
301 sctp_free_vrf(struct sctp_vrf *vrf) argument
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...]
H A Dsctp_asconf.c2464 struct sctp_vrf *vrf = NULL; local
2470 vrf = sctp_find_vrf(stcb->asoc.vrf_id);
2471 if (vrf == NULL) {
2476 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
3095 struct sctp_vrf *vrf = NULL; local
3112 vrf = sctp_find_vrf(vrf_id);
3113 if (vrf == NULL) {
3118 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
3425 struct sctp_vrf *vrf = NULL; local
3430 vrf
[all...]
H A Dsctp_pcb.h76 struct sctp_vrf *vrf; member in struct:sctp_ifn
702 void sctp_free_vrf(struct sctp_vrf *vrf);
H A Dsctp_sysctl.c181 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) {
H A Dsctputil.c4051 /* get the assoc vrf id and table id */
5512 struct sctp_vrf *vrf; local
5519 vrf = sctp_find_vrf(vrf_id);
5520 if (vrf == NULL) {
5529 hash_head = &vrf->vrf_addr_hash[(hash_of_addr & vrf->vrf_addr_hashmark)];
5532 hash_of_addr, (uint32_t)vrf->vrf_addr_hashmark,
5533 (uint32_t)(hash_of_addr & vrf->vrf_addr_hashmark));
7543 struct sctp_vrf *vrf;
7563 vrf
[all...]
H A Dsctp_output.c2070 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
2524 vrf = sctp_find_vrf(vrf_id);
2525 if (vrf == NULL)
2658 struct sctp_vrf *vrf; local
3050 struct sctp_vrf *vrf; local
[all...]
H A Dsctp_os_userspace.h663 #define SCTP_INIT_VRF_TABLEID(vrf)
760 * but references to fields are needed to persist as the vrf is queried.
H A Dsctp_usrreq.c1579 struct sctp_vrf *vrf; local
1647 vrf = sctp_find_vrf(vrf_id);
1648 if (vrf == NULL) {
1652 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
1901 /* fill up addresses for the endpoint's default vrf */
1916 struct sctp_vrf *vrf = NULL; local
1925 vrf = sctp_find_vrf(vrf_id);
1926 if (vrf == NULL) {
1933 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
2110 /* FIX ME: do we want to pass in a vrf o
8407 struct sctp_vrf *vrf; local
[all...]

Completed in 302 milliseconds