Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Ddevinet.c487 static void check_lifetime(struct work_struct *work);
489 static DECLARE_DELAYED_WORK(check_lifetime_work, check_lifetime);
712 static void check_lifetime(struct work_struct *work) in check_lifetime() function