aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4')
-rw-r--r--net/ipv4/netfilter/nf_reject_ipv4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/nf_reject_ipv4.c b/net/ipv4/netfilter/nf_reject_ipv4.c
index b7405eb7f1ef..c5b794da51a9 100644
--- a/net/ipv4/netfilter/nf_reject_ipv4.c
+++ b/net/ipv4/netfilter/nf_reject_ipv4.c
@@ -43,7 +43,7 @@ EXPORT_SYMBOL_GPL(nf_reject_ip_tcphdr_get);
43 43
44struct iphdr *nf_reject_iphdr_put(struct sk_buff *nskb, 44struct iphdr *nf_reject_iphdr_put(struct sk_buff *nskb,
45 const struct sk_buff *oldskb, 45 const struct sk_buff *oldskb,
46 __be16 protocol, int ttl) 46 __u8 protocol, int ttl)
47{ 47{
48 struct iphdr *niph, *oiph = ip_hdr(oldskb); 48 struct iphdr *niph, *oiph = ip_hdr(oldskb);
49 49