Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Ddst_ops.h27 void (*negative_advice)(struct sock *sk, struct dst_entry *); member
H A Dsock.h2198 if (dst && dst->ops->negative_advice) in __dst_negative_advice()
2199 dst->ops->negative_advice(sk, dst); in __dst_negative_advice()
/openbmc/linux/net/xfrm/
H A Dxfrm_policy.c4050 if (likely(dst_ops->negative_advice == NULL)) in xfrm_policy_register_afinfo()
4051 dst_ops->negative_advice = xfrm_negative_advice; in xfrm_policy_register_afinfo()
4082 dst_ops->negative_advice = NULL; in xfrm_policy_unregister_afinfo()
/openbmc/linux/net/ipv4/
H A Droute.c163 .negative_advice = ipv4_negative_advice,
/openbmc/linux/net/ipv6/
H A Droute.c261 .negative_advice = ip6_negative_advice,