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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Ddst_ops.h20 struct dst_entry * (*negative_advice)(struct dst_entry *); member in struct:dst_ops
H A Dsock.h1303 if (dst && dst->ops->negative_advice) {
1304 ndst = dst->ops->negative_advice(dst);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/xfrm/
H A Dxfrm_policy.c2380 if (likely(dst_ops->negative_advice == NULL))
2381 dst_ops->negative_advice = xfrm_negative_advice;
2430 dst_ops->negative_advice = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_route.c132 .negative_advice = dn_dst_negative_advice,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Droute.c108 .negative_advice = ip6_negative_advice,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Droute.c158 .negative_advice = ipv4_negative_advice,

Completed in 139 milliseconds