Searched refs:dst_ifp (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.1.10/bsd/net/ |
| H A D | if_bridge.c | 5027 bridge_handle_checksum_op(ifnet_t src_ifp, ifnet_t dst_ifp, 5036 VERIFY(dst_ifp != NULL); 5037 bridge_finalize_cksum(dst_ifp, m); 5040 VERIFY(dst_ifp != NULL && src_ifp != NULL); 5041 bridge_compute_cksum(src_ifp, dst_ifp, m); 5050 bridge_send(ifnet_t src_ifp, ifnet_t dst_ifp, 5053 bridge_handle_checksum_op(src_ifp, dst_ifp, m, cksum_op); 5060 (dst_ifp->if_capenable & IFCAP_VLAN_HWTAGGING) == 0) { 5065 dst_ifp->if_xname); 5066 (void) ifnet_stat_increment_out(dst_ifp, [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()
|