File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ DECLARE_SNMP_STAT(struct icmpmsg_mib, icmpmsg_statistics);
3434#define ICMP_INC_STATS (net , field ) SNMP_INC_STATS(icmp_statistics, field)
3535#define ICMP_INC_STATS_BH (net , field ) SNMP_INC_STATS_BH(icmp_statistics, field)
3636#define ICMPMSGOUT_INC_STATS (net , field ) SNMP_INC_STATS(icmpmsg_statistics, field+256)
37- #define ICMPMSGIN_INC_STATS_BH (field ) SNMP_INC_STATS_BH(icmpmsg_statistics, field)
37+ #define ICMPMSGIN_INC_STATS_BH (net , field ) SNMP_INC_STATS_BH(icmpmsg_statistics, field)
3838
3939struct dst_entry ;
4040struct net_proto_family ;
Original file line number Diff line number Diff line change @@ -1012,7 +1012,7 @@ int icmp_rcv(struct sk_buff *skb)
10121012
10131013 icmph = icmp_hdr (skb );
10141014
1015- ICMPMSGIN_INC_STATS_BH (icmph -> type );
1015+ ICMPMSGIN_INC_STATS_BH (net , icmph -> type );
10161016 /*
10171017 * 18 is the highest 'known' ICMP type. Anything else is a mystery
10181018 *
You can’t perform that action at this time.
0 commit comments