Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dif_gre.c237 gre_ip_output(const struct gre_tunnel *, struct mbuf *);
1580 if (m == NULL || gre_ip_output(&sc->sc_tunnel, m) != 0) { in gre_start()
1778 if (gre_ip_output(&sc->sc_tunnel, m) != 0) { in mgre_start()
1821 if (m == NULL || gre_ip_output(&sc->sc_tunnel, m) != 0) { in egre_start()
2002 gre_ip_output(const struct gre_tunnel *tunnel, struct mbuf *m) in gre_ip_output() function
3059 gre_ip_output(&sc->sc_tunnel, m); in gre_keepalive_send()
3868 if (m == NULL || gre_ip_output(&sc->sc_tunnel, m) != 0) { in eoip_start()
3936 gre_ip_output(&sc->sc_tunnel, m); in eoip_keepalive_send()