commit | b80c0e78582d4a3a004dc1ade4eb06babc6a4eea | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu Jun 04 18:30:43 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Jun 07 15:19:52 2015 -0700 |
tree | f2dda925e65212d4baacaa01a8b85f462a35b753 | |
parent | 13ea657806cf73b379a0109f7042182f47c351a7 [diff] |
tcp: get_cookie_sock() consolidation IPv4 and IPv6 share same implementation of get_cookie_sock(), and there is no point inlining it. We add tcp_ prefix to the common helper name and export it. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>