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

/linux-master/include/net/
H A Ddst_ops.h27 struct dst_entry * (*negative_advice)(struct dst_entry *); member in struct:dst_ops
H A Dsock.h2139 if (dst && dst->ops->negative_advice) {
2140 ndst = dst->ops->negative_advice(dst);
/linux-master/net/xfrm/
H A Dxfrm_policy.c4081 if (likely(dst_ops->negative_advice == NULL))
4082 dst_ops->negative_advice = xfrm_negative_advice;
4113 dst_ops->negative_advice = NULL;
/linux-master/net/ipv4/
H A Droute.c162 .negative_advice = ipv4_negative_advice,
/linux-master/net/ipv6/
H A Droute.c260 .negative_advice = ip6_negative_advice,

Completed in 167 milliseconds