|
@@ -177,12 +177,6 @@ void ip_send_unicast_reply(struct net *net, struct sk_buff *skb, __be32 daddr,
|
|
__be32 saddr, const struct ip_reply_arg *arg,
|
|
__be32 saddr, const struct ip_reply_arg *arg,
|
|
unsigned int len);
|
|
unsigned int len);
|
|
|
|
|
|
-struct ipv4_config {
|
|
|
|
- int log_martians;
|
|
|
|
- int no_pmtu_disc;
|
|
|
|
-};
|
|
|
|
-
|
|
|
|
-extern struct ipv4_config ipv4_config;
|
|
|
|
#define IP_INC_STATS(net, field) SNMP_INC_STATS64((net)->mib.ip_statistics, field)
|
|
#define IP_INC_STATS(net, field) SNMP_INC_STATS64((net)->mib.ip_statistics, field)
|
|
#define IP_INC_STATS_BH(net, field) SNMP_INC_STATS64_BH((net)->mib.ip_statistics, field)
|
|
#define IP_INC_STATS_BH(net, field) SNMP_INC_STATS64_BH((net)->mib.ip_statistics, field)
|
|
#define IP_ADD_STATS(net, field, val) SNMP_ADD_STATS64((net)->mib.ip_statistics, field, val)
|
|
#define IP_ADD_STATS(net, field, val) SNMP_ADD_STATS64((net)->mib.ip_statistics, field, val)
|