diff options
author | David Ahern <dsahern@gmail.com> | 2017-10-18 17:17:29 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-20 14:04:58 +0200 |
commit | 890056783c60ad9d0789774af2bc10fe4f27dd9d (patch) | |
tree | 18ae8de6682d9165606b5806c8ab8315717ba92b /drivers/net/ethernet | |
parent | doc: Update VRF documentation metric (diff) | |
download | linux-890056783c60ad9d0789774af2bc10fe4f27dd9d.tar.xz linux-890056783c60ad9d0789774af2bc10fe4f27dd9d.zip |
tcp: Remove use of inet6_sk and add IPv6 checks to tracepoint
386fd5da401d ("tcp: Check daddr_cache before use in tracepoint") was the
second version of the tracepoint fixup patch. This patch is the delta
between v2 and v3. Specifically, remove the use of inet6_sk and check
sk_family as requested by Eric and add IS_ENABLED(CONFIG_IPV6) around
the use of sk_v6_rcv_saddr and sk_v6_daddr as done in sock_common (noted
by Cong).
Signed-off-by: David Ahern <dsahern@gmail.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Tested-by: Song Liu <songliubraving@fb.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet')
0 files changed, 0 insertions, 0 deletions