Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dif_gre.c313 static void gre_keepalive_send(void *);
596 timeout_set(&sc->sc_ka_send, gre_keepalive_send, sc); in gre_clone_create()
2905 gre_keepalive_send(sc); in gre_up()
2953 gre_keepalive_send(void *arg) in gre_keepalive_send() function