mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
ipv6: added net argument to ICMP6MSGIN_INC_STATS_BH
Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a712d3e859
commit
55d43808eb
2 changed files with 3 additions and 3 deletions
|
@ -148,8 +148,8 @@ DECLARE_SNMP_STAT(struct icmpv6msg_mib, icmpv6msg_statistics);
|
|||
_DEVINC(icmpv6msg, , idev, field +256); })
|
||||
#define ICMP6MSGOUT_INC_STATS_BH(net, idev, field) ({ (void)(net); \
|
||||
_DEVINC(icmpv6msg, _BH, idev, field +256); })
|
||||
#define ICMP6MSGIN_INC_STATS_BH(idev, field) \
|
||||
_DEVINC(icmpv6msg, _BH, idev, field)
|
||||
#define ICMP6MSGIN_INC_STATS_BH(net, idev, field) ({ (void)(net); \
|
||||
_DEVINC(icmpv6msg, _BH, idev, field); })
|
||||
|
||||
struct ip6_ra_chain
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue