diff options
| author | Eric Dumazet <[email protected]> | 2016-04-27 23:44:36 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2016-04-28 02:48:24 +0000 |
| commit | a16292a0f0e0cef40ed51685dfde12b3002959b5 (patch) | |
| tree | 8851d011f86fc64ca6ef0b39455e7a76c02f8de3 /net/ipv6/tcp_ipv6.c | |
| parent | net: rename IP_INC_STATS_BH() (diff) | |
| download | kernel-a16292a0f0e0cef40ed51685dfde12b3002959b5.tar.gz kernel-a16292a0f0e0cef40ed51685dfde12b3002959b5.zip | |
net: rename ICMP6_INC_STATS_BH()
Rename ICMP6_INC_STATS_BH() to __ICMP6_INC_STATS()
Signed-off-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
| -rw-r--r-- | net/ipv6/tcp_ipv6.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 52ca8fac7429..78c45c027acc 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c @@ -336,8 +336,8 @@ static void tcp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, skb->dev->ifindex); if (!sk) { - ICMP6_INC_STATS_BH(net, __in6_dev_get(skb->dev), - ICMP6_MIB_INERRORS); + __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), + ICMP6_MIB_INERRORS); return; } |
