Searched refs:RT6_LOOKUP_F_DST_NOREF (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/net/
H A Dip6_route.h39 #define RT6_LOOKUP_F_DST_NOREF 0x00000080 macro
97 * !RT6_LOOKUP_F_DST_NOREF or dst is in uncached_list.
101 if (!(flags & RT6_LOOKUP_F_DST_NOREF) ||
/linux-master/net/ipv6/
H A Dfib6_rules.c128 if (!(flags & RT6_LOOKUP_F_DST_NOREF))
257 if (!(flags & RT6_LOOKUP_F_DST_NOREF))
H A Droute.c2219 WARN_ON_ONCE((flags & RT6_LOOKUP_F_DST_NOREF) &&
2252 * if caller sets RT6_LOOKUP_F_DST_NOREF flag.
2272 if (!(flags & RT6_LOOKUP_F_DST_NOREF))
2572 int flags = RT6_LOOKUP_F_HAS_SADDR | RT6_LOOKUP_F_DST_NOREF;
2626 flags |= RT6_LOOKUP_F_DST_NOREF;
H A Dip6_fib.c326 if (!(flags & RT6_LOOKUP_F_DST_NOREF))
/linux-master/drivers/net/
H A Dvrf.c1486 int flags = RT6_LOOKUP_F_IFACE | RT6_LOOKUP_F_DST_NOREF;

Completed in 173 milliseconds