File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,9 @@ struct net_stats_ip {
54
54
};
55
55
56
56
struct net_stats_ip_errors {
57
- /** Number of packets dropped due to wrong IP version or header length. */
57
+ /** Number of packets dropped due to wrong IP version
58
+ * or header length.
59
+ */
58
60
net_stats_t vhlerr ;
59
61
60
62
/** Number of packets dropped due to wrong IP length, high byte. */
@@ -69,7 +71,9 @@ struct net_stats_ip_errors {
69
71
/** Number of packets dropped due to IP checksum errors. */
70
72
net_stats_t chkerr ;
71
73
72
- /** Number of packets dropped because they were neither ICMP, UDP nor TCP. */
74
+ /** Number of packets dropped because they were neither ICMP,
75
+ * UDP nor TCP.
76
+ */
73
77
net_stats_t protoerr ;
74
78
};
75
79
@@ -112,7 +116,9 @@ struct net_stats_tcp {
112
116
/** Number of retransmitted TCP segments. */
113
117
net_stats_t rexmit ;
114
118
115
- /** Number of dropped SYNs because too few connections were available. */
119
+ /** Number of dropped SYNs because too few connections were
120
+ * available.
121
+ */
116
122
net_stats_t syndrop ;
117
123
118
124
/** Number of SYNs for closed ports, triggering a RST. */
You can’t perform that action at this time.
0 commit comments