Commit 5b52e084 authored by David S. Miller's avatar David S. Miller

[NETFILTER]: Mark tcp_options skb arg as const.

parent effef85f
...@@ -386,7 +386,7 @@ static inline __u32 segment_seq_plus_len(__u32 seq, ...@@ -386,7 +386,7 @@ static inline __u32 segment_seq_plus_len(__u32 seq,
/* /*
* Simplified tcp_parse_options routine from tcp_input.c * Simplified tcp_parse_options routine from tcp_input.c
*/ */
static void tcp_options(struct sk_buff *skb, static void tcp_options(const struct sk_buff *skb,
struct iphdr *iph, struct iphdr *iph,
struct tcphdr *tcph, struct tcphdr *tcph,
struct ip_ct_tcp_state *state) struct ip_ct_tcp_state *state)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment