Searched refs:dst_ifp (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dbridgestp.c459 bstp_enqueue(struct ifnet *dst_ifp, struct mbuf *m) argument
466 error = ifnet_output_raw(dst_ifp, 0, m);
468 (void) ifnet_stat_increment_out(dst_ifp, 1, len, 0);
470 (void) ifnet_stat_increment_out(dst_ifp, 0, 0, 1);
H A Dif_bridge.c3586 bridge_enqueue(struct bridge_softc *sc, struct ifnet *dst_ifp, struct mbuf *m) argument
3592 VERIFY(dst_ifp != NULL);
3610 bridge_finalize_cksum(dst_ifp, m);
3618 (dst_ifp->if_capenable & IFCAP_VLAN_HWTAGGING) == 0) {
3622 "header\n", __func__, dst_ifp->if_xname);
3623 (void) ifnet_stat_increment_out(dst_ifp,
3631 _error = dlil_output(dst_ifp, 0, m, NULL, NULL, 1, &adv);

Completed in 171 milliseconds