Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Ddst.c30 int dst_discard_out(struct net *net, struct sock *sk, struct sk_buff *skb) in dst_discard_out() function
35 EXPORT_SYMBOL(dst_discard_out);
60 dst->output = dst_discard_out; in dst_init()
154 dst->output = dst_discard_out; in dst_dev_put()
/openbmc/linux/include/net/
H A Ddst.h390 int dst_discard_out(struct net *net, struct sock *sk, struct sk_buff *skb);
393 return dst_discard_out(&init_net, skb->sk, skb); in dst_discard()
/openbmc/linux/net/ipv6/
H A Droute.c328 .output = dst_discard_out,
1074 rt->dst.output = dst_discard_out; in ip6_rt_init_dst_reject()
2671 new->output = dst_discard_out; in ip6_blackhole_route()
/openbmc/linux/net/ipv4/
H A Droute.c2839 new->output = dst_discard_out; in ipv4_blackhole_route()
/openbmc/linux/net/xfrm/
H A Dxfrm_policy.c2731 dst1->output = dst_discard_out; in xfrm_bundle_create()