Home
last modified time | relevance | path

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

/linux/net/core/
H A Dneighbour.c305 unsigned long mint = jiffies - (LONG_MAX - 86400 * HZ); in neigh_add_timer() local
308 if (!time_in_range(n->confirmed, mint, jiffies)) in neigh_add_timer()
309 n->confirmed = mint; in neigh_add_timer()
/linux/Documentation/bpf/
H A Dsigning.rst334 other paths that mint a new program fd - notably ``bpf_prog_get_fd_by_id()`` -