]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/bridge/netfilter/ebtable_broute.c
netfilter: remove hook_entries field from nf_hook_state
[mirror_ubuntu-bionic-kernel.git] / net / bridge / netfilter / ebtable_broute.c
index 599679e3498d1dcab267c7e4722444fcbed629b1..8fe36dc3aab29ceac90443f229b9d745b6dfe5d6 100644 (file)
@@ -53,7 +53,7 @@ static int ebt_broute(struct sk_buff *skb)
        struct nf_hook_state state;
        int ret;
 
-       nf_hook_state_init(&state, NULL, NF_BR_BROUTING,
+       nf_hook_state_init(&state, NF_BR_BROUTING,
                           NFPROTO_BRIDGE, skb->dev, NULL, NULL,
                           dev_net(skb->dev), NULL);