Home
last modified time | relevance | path

Searched refs:negative_advice (Results 1 – 2 of 2) sorted by relevance

/include/net/
Ddst_ops.h27 struct dst_entry * (*negative_advice)(struct dst_entry *); member
Dsock.h2088 if (dst && dst->ops->negative_advice) { in __dst_negative_advice()
2089 ndst = dst->ops->negative_advice(dst); in __dst_negative_advice()