diff options
Diffstat (limited to 'net/decnet')
-rw-r--r-- | net/decnet/netfilter/dn_rtmsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/decnet/netfilter/dn_rtmsg.c b/net/decnet/netfilter/dn_rtmsg.c index 44b890936fc0..e6f886255cde 100644 --- a/net/decnet/netfilter/dn_rtmsg.c +++ b/net/decnet/netfilter/dn_rtmsg.c | |||
@@ -117,7 +117,7 @@ static inline void dnrmg_receive_user_skb(struct sk_buff *skb) | |||
117 | 117 | ||
118 | static struct nf_hook_ops dnrmg_ops __read_mostly = { | 118 | static struct nf_hook_ops dnrmg_ops __read_mostly = { |
119 | .hook = dnrmg_hook, | 119 | .hook = dnrmg_hook, |
120 | .pf = PF_DECnet, | 120 | .pf = NFPROTO_DECNET, |
121 | .hooknum = NF_DN_ROUTE, | 121 | .hooknum = NF_DN_ROUTE, |
122 | .priority = NF_DN_PRI_DNRTMSG, | 122 | .priority = NF_DN_PRI_DNRTMSG, |
123 | }; | 123 | }; |