Searched refs:dst_ifp (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.121.6/bsd/net/ |
| 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()
|
| H A D | if_bridge.c | 5105 bridge_handle_checksum_op(ifnet_t src_ifp, ifnet_t dst_ifp, 5114 VERIFY(dst_ifp != NULL); 5115 bridge_finalize_cksum(dst_ifp, m); 5118 VERIFY(dst_ifp != NULL && src_ifp != NULL); 5119 bridge_compute_cksum(src_ifp, dst_ifp, m);
|