Lines Matching refs:vrf
2029 struct sctp_vrf *vrf = NULL; in sctp_add_addresses_to_i_ia() local
2035 vrf = sctp_find_vrf(vrf_id); in sctp_add_addresses_to_i_ia()
2036 if (vrf == NULL) { in sctp_add_addresses_to_i_ia()
2045 if (vrf->total_ifa_count > SCTP_COUNT_LIMIT) { in sctp_add_addresses_to_i_ia()
2050 LIST_FOREACH(sctp_ifnp, &vrf->ifnlist, next_ifn) { in sctp_add_addresses_to_i_ia()
2092 LIST_FOREACH(sctp_ifnp, &vrf->ifnlist, next_ifn) { in sctp_add_addresses_to_i_ia()
2460 struct sctp_vrf *vrf; in sctp_choose_boundspecific_inp() local
2463 vrf = sctp_find_vrf(vrf_id); in sctp_choose_boundspecific_inp()
2464 if (vrf == NULL) in sctp_choose_boundspecific_inp()
2593 struct sctp_vrf *vrf; in sctp_choose_boundspecific_stcb() local
2600 vrf = sctp_find_vrf(vrf_id); in sctp_choose_boundspecific_stcb()
2601 if (vrf == NULL) in sctp_choose_boundspecific_stcb()
2956 struct sctp_vrf *vrf; in sctp_choose_boundall() local
2975 vrf = sctp_find_vrf(vrf_id); in sctp_choose_boundall()
2976 if (vrf == NULL) in sctp_choose_boundall()
3040 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) { in sctp_choose_boundall()
3161 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) { in sctp_choose_boundall()
3225 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) { in sctp_choose_boundall()