Eric Dumazet 47d27aad44 ipv4: gso: send_check() & segment() cleanups
inet_gso_segment() and inet_gso_send_check() are called by
skb_mac_gso_segment() under rcu lock, no need to use
rcu_read_lock() / rcu_read_unlock()

Avoid calling ip_hdr() twice per function.

We can use ip_send_check() helper.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-10-19 19:11:56 -04:00
..
2013-09-03 21:41:43 -04:00
2013-10-17 15:02:02 -04:00
2013-10-08 23:19:24 -04:00
2013-10-08 23:19:24 -04:00
2013-09-03 21:41:43 -04:00
2013-10-17 16:11:04 -04:00
2013-10-18 13:38:39 -04:00
2013-03-21 11:47:50 -04:00
2013-10-08 23:19:24 -04:00
2013-05-31 17:19:05 -07:00