Searched hist:"24 a2d43d8886f5a29c3cf108927f630c545a9a38" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | ip_options.c | diff 24a2d43d8886f5a29c3cf108927f630c545a9a38 Sat Sep 27 11:50:55 CDT 2014 Eric Dumazet <edumazet@google.com> 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>
|
H A D | ip_output.c | diff 24a2d43d8886f5a29c3cf108927f630c545a9a38 Sat Sep 27 11:50:55 CDT 2014 Eric Dumazet <edumazet@google.com> 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>
|
H A D | tcp_ipv4.c | diff 24a2d43d8886f5a29c3cf108927f630c545a9a38 Sat Sep 27 11:50:55 CDT 2014 Eric Dumazet <edumazet@google.com> 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>
|
/openbmc/linux/include/net/ |
H A D | ip.h | diff 24a2d43d8886f5a29c3cf108927f630c545a9a38 Sat Sep 27 11:50:55 CDT 2014 Eric Dumazet <edumazet@google.com> 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>
|