diff options
| author | Eric Dumazet <edumazet@google.com> | 2016-04-27 19:44:36 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2016-04-27 22:48:24 -0400 |
| commit | a16292a0f0e0cef40ed51685dfde12b3002959b5 (patch) | |
| tree | 8851d011f86fc64ca6ef0b39455e7a76c02f8de3 /net/dccp | |
| parent | b45386efa2ec4533196a24d397ec5f9f0a42abc4 (diff) | |
net: rename ICMP6_INC_STATS_BH()
Rename ICMP6_INC_STATS_BH() to __ICMP6_INC_STATS()
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp')
| -rw-r--r-- | net/dccp/ipv6.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/dccp/ipv6.c b/net/dccp/ipv6.c index e175b8fe1a87..323c6b595e31 100644 --- a/net/dccp/ipv6.c +++ b/net/dccp/ipv6.c | |||
| @@ -80,8 +80,8 @@ static void dccp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, | |||
| 80 | 80 | ||
| 81 | if (skb->len < offset + sizeof(*dh) || | 81 | if (skb->len < offset + sizeof(*dh) || |
| 82 | skb->len < offset + __dccp_basic_hdr_len(dh)) { | 82 | skb->len < offset + __dccp_basic_hdr_len(dh)) { |
| 83 | ICMP6_INC_STATS_BH(net, __in6_dev_get(skb->dev), | 83 | __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), |
| 84 | ICMP6_MIB_INERRORS); | 84 | ICMP6_MIB_INERRORS); |
| 85 | return; | 85 | return; |
| 86 | } | 86 | } |
| 87 | 87 | ||
| @@ -91,8 +91,8 @@ static void dccp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, | |||
| 91 | inet6_iif(skb)); | 91 | inet6_iif(skb)); |
| 92 | 92 | ||
| 93 | if (!sk) { | 93 | if (!sk) { |
| 94 | ICMP6_INC_STATS_BH(net, __in6_dev_get(skb->dev), | 94 | __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), |
| 95 | ICMP6_MIB_INERRORS); | 95 | ICMP6_MIB_INERRORS); |
| 96 | return; | 96 | return; |
| 97 | } | 97 | } |
| 98 | 98 | ||
