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

Commit 41313625 authored by Paras Singh Jain's avatar Paras Singh Jain
Browse files

msm: net: Support for Removing SFE module



This change allow handling of unregister netfilter hook
while removing SFE module.

Change-Id: Ic5ba52e82179e7496d27623edf92c6e64c35d19d
Acked-by: default avatarVinisha Varre <vvarre@qti.qualcomm.com>
Signed-off-by: default avatarParas Singh Jain <parassin@codeaurora.org>
parent 9c25b460
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -403,8 +403,13 @@ static int nf_sip_enqueue_packet(struct nf_queue_entry *entry,
	return 0;
}

static void nf_hook_drop_sip(struct net *net)
{
}

static const struct nf_queue_handler nf_sip_qh = {
	.outfn	= &nf_sip_enqueue_packet,
	.nf_hook_drop	= &nf_hook_drop_sip,
};

static