Home
last modified time | relevance | path

Searched refs:warned (Results 1 – 5 of 5) sorted by relevance

/net/ax25/
Daf_ax25.c1857 static int warned = 0; in ax25_ioctl() local
1858 if (!warned) { in ax25_ioctl()
1861 warned=1; in ax25_ioctl()
/net/ipv6/
Dndisc.c1856 static int warned; in ndisc_warn_deprecated_sysctl() local
1857 if (strcmp(warncomm, current->comm) && warned < 5) { in ndisc_warn_deprecated_sysctl()
1863 warned++; in ndisc_warn_deprecated_sysctl()
/net/ipv4/
Dsysctl_net_ipv4.c66 if (same_parity && !net->ipv4.ip_local_ports.warned) { in set_local_port_range()
67 net->ipv4.ip_local_ports.warned = true; in set_local_port_range()
/net/sched/
Dsch_htb.c160 unsigned int warned; /* only one warning */ member
773 if (!(q->warned & HTB_WARN_TOOMANYEVENTS)) { in htb_do_events()
775 q->warned |= HTB_WARN_TOOMANYEVENTS; in htb_do_events()
/net/core/
Dsock.c419 static int warned __read_mostly; in sock_set_timeout()
422 if (warned < 10 && net_ratelimit()) { in sock_set_timeout()
423 warned++; in sock_set_timeout()