Home
last modified time | relevance | path

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

/Linux-v4.19/net/appletalk/
Dddp.c249 int netrange = ntohs(atif->nets.nr_lastnet) - in atif_probe_device() local
258 if (netrange) in atif_probe_device()
259 probe_net += jiffies % netrange; in atif_probe_device()
266 for (netct = 0; netct <= netrange; netct++) { in atif_probe_device()
297 int netrange = ntohs(atif->nets.nr_lastnet) - in atif_proxy_probe_device() local
307 if (netrange) in atif_proxy_probe_device()
308 probe_net += jiffies % netrange; in atif_proxy_probe_device()
315 for (netct = 0; netct <= netrange; netct++) { in atif_proxy_probe_device()