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);
|