commit | 72ab4a86f7a260d4c2a320b49662da107ce77a81 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Sep 29 07:42:41 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 29 16:53:07 2015 -0700 |
tree | 7b0a638c8b46212057b1b78f809ddc650fe1fb7b | |
parent | bda07a64c09c44ced789dbb815c71854f0c59839 [diff] |
tcp: remove tcp_rcv_state_process() tcp_hdr argument Factorize code to get tcp header from skb. It makes no sense to duplicate code in callers. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>