Lines Matching defs:rtm
913 struct rtmsg *rtm;
932 rtm = nlmsg_data(nlh);
933 route->rt_family = family = rtm->rtm_family;
934 route->rt_tos = rtm->rtm_tos;
935 route->rt_table = rtm->rtm_table;
936 route->rt_type = rtm->rtm_type;
937 route->rt_scope = rtm->rtm_scope;
938 route->rt_protocol = rtm->rtm_protocol;
939 route->rt_flags = rtm->rtm_flags;
952 nl_addr_set_family(dst, rtm->rtm_family);
955 nl_addr_set_prefixlen(dst, rtm->rtm_dst_len);
965 } else if (rtm->rtm_src_len)
970 nl_addr_set_prefixlen(src, rtm->rtm_src_len);