Commit 75aec9df authored by Eric W. Biederman's avatar Eric W. Biederman

bridge: Remove br_nf_push_frag_xmit_sk

Now that this compatability function no longer has any callers remove it.
Signed-off-by: default avatar"Eric W. Biederman" <ebiederm@xmission.com>
parent 7d8c6e39
......@@ -691,11 +691,6 @@ static int br_nf_push_frag_xmit(struct net *net, struct sock *sk, struct sk_buff
nf_bridge_info_free(skb);
return br_dev_queue_push_xmit(net, sk, skb);
}
static int br_nf_push_frag_xmit_sk(struct sock *sk, struct sk_buff *skb)
{
struct net *net = dev_net(skb_dst(skb)->dev);
return br_nf_push_frag_xmit(net, sk, skb);
}
#endif
#if IS_ENABLED(CONFIG_NF_DEFRAG_IPV4)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment