commit | 24a2d43d8886f5a29c3cf108927f630c545a9a38 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Sat Sep 27 09:50:55 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Sep 28 16:35:42 2014 -0400 |
tree | dd10e0199c6627b0eb93340f35d88d122c01f2ab | |
parent | ff04a771ad25fc9ba91690e73465b4d34b6bf8b3 [diff] |
ipv4: rename ip_options_echo to __ip_options_echo() ip_options_echo() assumes struct ip_options is provided in &IPCB(skb)->opt Lets break this assumption, but provide a helper to not change all call points. ip_send_unicast_reply() gets a new struct ip_options pointer. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>