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

/darwin-on-arm/xnu/bsd/net/
H A Dif_bridge.c2890 bridge_enqueue(struct bridge_softc *sc, struct ifnet *dst_ifp, struct mbuf *m) argument
2896 VERIFY(dst_ifp != NULL);
2920 (dst_ifp->if_capenable & IFCAP_VLAN_HWTAGGING) == 0) {
2924 "header\n", __func__, ifnet_name(dst_ifp),
2925 ifnet_unit(dst_ifp));
2926 (void) ifnet_stat_increment_out(dst_ifp,
2934 _error = dlil_output(dst_ifp, 0, m, NULL, NULL, 1, &adv);
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);

Completed in 38 milliseconds