Searched refs:trunk_input (Results 1 – 1 of 1) sorted by relevance
79 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