Lines Matching refs:rta_dst
482 struct sockaddr *rta_dst; member
507 { .type = NL_RTA_DST, .off = _OUT(rta_dst), .cb = nlattr_get_ip },
535 set_scope6(attrs->rta_dst, attrs->rta_oif); in post_p_rtmsg()
632 if (attrs->rta_dst == NULL) { in handle_rtm_getroute()
643 struct sockaddr *dst = attrs->rta_dst; in handle_rtm_getroute()
842 *pnh = finalize_nhop(nh, attrs->rta_dst, &error); in create_nexthop_one()
930 nh = finalize_nhop(nh, attrs->rta_dst, perror); in create_nexthop_from_attrs()
950 if (attrs.rta_dst == NULL) { in rtnl_handle_newroute()
983 error = rib_add_route_px(attrs.rta_table, attrs.rta_dst, attrs.rtm_dst_len, in rtnl_handle_newroute()
1016 if (attrs.rta_dst == NULL) { in rtnl_handle_delroute()
1026 error = rib_del_route_px(attrs.rta_table, attrs.rta_dst, in rtnl_handle_delroute()