Home
last modified time | relevance | path

Searched refs:DST_OBSOLETE_DEAD (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/core/
H A Ddst.c150 dst->obsolete = DST_OBSOLETE_DEAD; in dst_dev_put()
H A Dneighbour.c1456 if (dst && dst->obsolete != DST_OBSOLETE_DEAD) { in __neigh_update()
/openbmc/linux/include/net/
H A Ddst.h58 #define DST_OBSOLETE_DEAD 2 macro
/openbmc/linux/net/ipv4/
H A Droute.c2858 rt = dst_alloc(&ipv4_dst_blackhole_ops, NULL, 1, DST_OBSOLETE_DEAD, 0); in ipv4_blackhole_route()
/openbmc/linux/net/ipv6/
H A Droute.c2663 DST_OBSOLETE_DEAD, 0); in ip6_blackhole_route()