Searched refs:dst_ifp (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | if_bridge.c | 4713 struct ifnet *dst_ifp, struct mbuf *m, ChecksumOperation cksum_op) 4721 bridge_finalize_cksum(dst_ifp, m); 4724 bridge_compute_cksum(src_ifp, dst_ifp, m); 4735 (dst_ifp->if_capenable & IFCAP_VLAN_HWTAGGING) == 0) { 4740 dst_ifp->if_xname); 4741 (void) ifnet_stat_increment_out(dst_ifp, 4748 return bridge_transmit(dst_ifp, m); 4752 bridge_send_tso(struct ifnet *dst_ifp, struct mbuf *m, bool is_ipv4) 4765 (dst_ifp->if_capenable & IFCAP_VLAN_HWTAGGING) == 0) { 4770 dst_ifp->if_xname); [all …]
|
| H A D | bridgestp.c | 469 bstp_enqueue(struct ifnet *dst_ifp, struct mbuf *m) in bstp_enqueue() argument 476 error = ifnet_output_raw(dst_ifp, 0, m); in bstp_enqueue() 478 (void) ifnet_stat_increment_out(dst_ifp, 1, len, 0); in bstp_enqueue() 480 (void) ifnet_stat_increment_out(dst_ifp, 0, 0, 1); in bstp_enqueue()
|