Searched defs:when (Results 1 - 2 of 2) sorted by relevance

/net/core/
H A Dneighbour.c169 static void neigh_add_timer(struct neighbour *n, unsigned long when) argument
172 if (unlikely(mod_timer(&n->timer, when))) {
878 /* Called when a timer expires for a neighbour entry. */
/net/ipv6/
H A Daddrconf.c274 unsigned long when)
289 ifp->timer.expires = jiffies + when;
784 pr_notice("Timer is still running, when freeing ifa=%p\n", ifp);
2980 * when the interface up, the changed MTU must be
272 addrconf_mod_timer(struct inet6_ifaddr *ifp, enum addrconf_timer_t what, unsigned long when) argument

Completed in 88 milliseconds