HomeSort by: relevance | last modified time | path
    Searched defs:tun_output (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/
if_tun.c 74 static int tun_output(struct ifnet *, struct mbuf *,
291 ifp->if_output = tun_output;
551 * tun_output - queue packets from higher level ready to put out.
554 tun_output(struct ifnet *ifp, struct mbuf *m0, const struct sockaddr *dst, function in typeref:typename:int
565 TUNDEBUG ("%s: tun_output\n", ifp->if_xname);

Completed in 11 milliseconds