Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dif_trunk.c79 void trunk_input(struct ifnet *, struct mbuf *);
388 ifp->if_input = trunk_input; in trunk_port_create()
690 tp->tp_if->if_input = trunk_input; in trunk_ioctl()
1145 trunk_input(struct ifnet *ifp, struct mbuf *m) in trunk_input() function