Home
last modified time | relevance | path

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

/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()
153 WRITE_ONCE(dst->output, dst_discard_out); in dst_dev_put()
/linux/net/xfrm/
H A Dxfrm_policy.c2757 dst1->output = dst_discard_out; in xfrm_bundle_create()