Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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)