Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dif_tun.c125 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