Searched refs:tun_input (Results 1 – 1 of 1) sorted by relevance
125 void tun_input(struct ifnet *, struct mbuf *);262 ifp->if_input = tun_input; in tun_create()1058 tun_input(struct ifnet *ifp, struct mbuf *m0) in tun_input() function