Searched refs:dst_ifp (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/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 | 5201 bridge_handle_checksum_op(ifnet_t src_ifp, ifnet_t dst_ifp, 5210 VERIFY(dst_ifp != NULL); 5211 bridge_finalize_cksum(dst_ifp, m); 5214 VERIFY(dst_ifp != NULL && src_ifp != NULL); 5215 bridge_compute_cksum(src_ifp, dst_ifp, m);
|