net-ipv4: remove 2 always zero parameters from ipv4_redirect()
(the parameters in question are mark and flow_flags) Reviewed-by: David Ahern <dsahern@gmail.com> Signed-off-by: Maciej Żenczykowski <maze@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
d888f39666
commit
1042caa79e
@@ -203,8 +203,7 @@ static inline int ip_route_input(struct sk_buff *skb, __be32 dst, __be32 src,
|
||||
void ipv4_update_pmtu(struct sk_buff *skb, struct net *net, u32 mtu, int oif,
|
||||
u8 protocol);
|
||||
void ipv4_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, u32 mtu);
|
||||
void ipv4_redirect(struct sk_buff *skb, struct net *net, int oif, u32 mark,
|
||||
u8 protocol, int flow_flags);
|
||||
void ipv4_redirect(struct sk_buff *skb, struct net *net, int oif, u8 protocol);
|
||||
void ipv4_sk_redirect(struct sk_buff *skb, struct sock *sk);
|
||||
void ip_rt_send_redirect(struct sk_buff *skb);
|
||||
|
||||
|
Reference in New Issue
Block a user