Lines Matching defs:vrf_id
1471 ifa = sctp_find_ifa_by_addr(sa, stcb->asoc.vrf_id, SCTP_ADDR_NOT_LOCKED);
2112 /* address's vrf_id must be the vrf_id of the assoc */
2113 if (ifa->vrf_id != stcb->asoc.vrf_id) {
2287 uint32_t vrf_id;
2291 vrf_id = stcb->asoc.vrf_id;
2292 ifa = sctp_find_ifa_by_addr(sa, vrf_id, SCTP_ADDR_NOT_LOCKED);
2428 vrf = sctp_find_vrf(stcb->asoc.vrf_id);
2845 sctp_ifa = sctp_find_ifa_by_addr(&store.sa, stcb->asoc.vrf_id,
3059 uint32_t vrf_id;
3068 vrf_id = stcb->asoc.vrf_id;
3073 vrf = sctp_find_vrf(vrf_id);
3175 uint32_t type, uint32_t vrf_id)
3186 ifa = sctp_find_ifa_by_addr(sa, vrf_id, SCTP_ADDR_NOT_LOCKED);
3371 uint32_t vrf_id;
3373 vrf_id = stcb->sctp_ep->def_vrf_id;
3374 vrf = sctp_find_vrf(vrf_id);