Searched defs:warned (Results 1 - 5 of 5) sorted by relevance

/net/ax25/
H A Daf_ax25.c1792 static int warned = 0; local
1793 if (!warned) {
1796 warned=1;
/net/ipv6/
H A Dndisc.c1674 static int warned; local
1675 if (strcmp(warncomm, current->comm) && warned < 5) {
1681 warned++;
/net/core/
H A Dsock.c395 static int warned __read_mostly;
398 if (warned < 10 && net_ratelimit()) {
399 warned++;
415 static int warned; local
417 if (strcmp(warncomm, current->comm) && warned < 5) {
421 warned++;
/net/sched/
H A Dsch_htb.c159 unsigned int warned; /* only one warning */ member in struct:htb_sched
719 if (!(q->warned & HTB_WARN_TOOMANYEVENTS)) {
721 q->warned |= HTB_WARN_TOOMANYEVENTS;
/net/
H A Dsocket.c1273 static int warned; local
1274 if (!warned) {
1275 warned = 1;

Completed in 99 milliseconds