tp_if 274 net/if_trunk.c struct ifnet *ifp = tp->tp_if; tp_if 350 net/if_trunk.c tp->tp_if = ifp; tp_if 395 net/if_trunk.c tr_ptr = (struct trunk_softc *)tp->tp_if->if_softc; tp_if 408 net/if_trunk.c struct ifnet *ifp = tp->tp_if; tp_if 442 net/if_trunk.c bcopy(((struct arpcom *)tp_ptr->tp_if)->ac_enaddr, tp_if 552 net/if_trunk.c if (tp->tp_if == ifp) tp_if 559 net/if_trunk.c if (tp->tp_if == ifp) tp_if 573 net/if_trunk.c strlcpy(rp->rp_portname, tp->tp_if->if_xname, sizeof(rp->rp_portname)); tp_if 855 net/if_trunk.c if ((ret = tp->tp_ioctl(tp->tp_if, cmd, (caddr_t)ifr)) != 0) { tp_if 877 net/if_trunk.c if ((ret = tp->tp_ioctl(tp->tp_if, cmd, data)) != 0) { tp_if 1106 net/if_trunk.c if (tp != NULL && tp->tp_if->if_flags & IFF_UP) tp_if 1229 net/if_trunk.c if ((error = trunk_enqueue(tp->tp_if, m)) != 0) tp_if 1286 net/if_trunk.c return (trunk_enqueue(tp->tp_if, m)); tp_if 1422 net/if_trunk.c return (trunk_enqueue(tp->tp_if, m)); tp_if 97 net/if_trunk.h struct ifnet *tp_if; /* physical interface */ tp_if 114 net/if_trunk.h #define tp_ifname tp_if->if_xname /* interface name */ tp_if 115 net/if_trunk.h #define tp_ifflags tp_if->if_flags /* interface flags */ tp_if 116 net/if_trunk.h #define tp_link_state tp_if->if_link_state /* link state */ tp_if 117 net/if_trunk.h #define tp_capabilities tp_if->if_capabilities /* capabilities */