Lines Matching refs:rtflags
184 uint32_t base_rtflags, rtflags, nhop_weight; in dump_rc_nhg() local
191 rtflags = nhop_get_rtflags(nh); in dump_rc_nhg()
203 if (rtflags & RTF_FIXEDMTU) in dump_rc_nhg()
221 uint32_t rtflags = nhop_get_rtflags(wn[i].nh); in dump_rc_nhg() local
222 if (rtflags != base_rtflags) in dump_rc_nhg()
223 nlattr_add_u32(nw, NL_RTA_RTFLAGS, rtflags); in dump_rc_nhg()
224 if (rtflags & RTF_FIXEDMTU) in dump_rc_nhg()
247 uint32_t rtflags, uidx, nh_expire; in dump_rc_nhop() local
254 rtflags = nhop_get_rtflags(nh); in dump_rc_nhop()
270 nlattr_add_u32(nw, NL_RTA_RTFLAGS, rtflags); in dump_rc_nhop()
272 if (rtflags & RTF_FIXEDMTU) in dump_rc_nhop()