Lines Matching defs:error
507 /* If UBSAN reports an error there, please make sure your compiler
989 switch (rt->dst.error) {
1001 switch (rt->dst.error) {
1718 new_rt->dst.error = rt->dst.error;
2305 rth->dst.error= -err;
2871 u32 error;
2984 error = rt->dst.error;
2986 if (rtnl_put_cacheinfo(skb, &rt->dst, 0, expires, error) < 0)
3284 if (err == 0 && rt->dst.error)
3285 err = -rt->dst.error;
3316 err = fib_props[res.type].error;