OSDN Git Service

tcp: convert tcp_md5_needed to static_branch API
authorEric Dumazet <edumazet@google.com>
Tue, 26 Feb 2019 17:49:11 +0000 (09:49 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Feb 2019 21:16:03 +0000 (13:16 -0800)
commit921f9a0f2e8c326bfcdde7a59be0bac801a3d588
tree590ede430a2a25ca46c5e171b4f74a6c203fbc6f
parenta43e052beacb2c0cecd0e807590b70fc4ff99dba
tcp: convert tcp_md5_needed to static_branch API

We prefer static_branch_unlikely() over static_key_false() these days.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp.c
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_output.c