Home | History | Annotate | Download | only in route

Lines Matching refs:rt_pref_src

87 	nl_addr_put(r->rt_pref_src);
109 if (src->rt_pref_src)
110 if (!(dst->rt_pref_src = nl_addr_clone(src->rt_pref_src)))
219 nl_addr2str(r->rt_pref_src, buf, sizeof(buf)));
313 nl_addr2str(route->rt_pref_src, buf, sizeof(buf)));
377 diff |= ROUTE_DIFF(PREF_SRC, nl_addr_cmp(a->rt_pref_src,
378 b->rt_pref_src));
720 if (route->rt_pref_src)
721 nl_addr_put(route->rt_pref_src);
724 route->rt_pref_src = addr;
732 return route->rt_pref_src;
1119 NLA_PUT_ADDR(msg, RTA_PREFSRC, route->rt_pref_src);