Lines Matching defs:rtm
390 struct rtmsg rtm = {
395 rtm.rtm_type = RTN_UNICAST;
398 rtm.rtm_family = tmpl->r_family;
401 rtm.rtm_table = tmpl->r_table;
404 rtm.rtm_tos = tmpl->r_dsfield;
407 rtm.rtm_type = tmpl->r_type;
410 rtm.rtm_src_len = tmpl->r_src_len;
413 rtm.rtm_dst_len = tmpl->r_dst_len;
419 if (nlmsg_append(msg, &rtm, sizeof(rtm), NLMSG_ALIGNTO) < 0)