Searched refs:dst_ifp (Results 1 – 2 of 2) sorted by relevance
| /xnu-10063.141.1/bsd/net/ |
| H A D | if_bridge.c | 4937 struct ifnet *dst_ifp, struct mbuf *m, ChecksumOperation cksum_op) 4945 bridge_finalize_cksum(dst_ifp, m); 4948 bridge_compute_cksum(src_ifp, dst_ifp, m); 4959 (dst_ifp->if_capenable & IFCAP_VLAN_HWTAGGING) == 0) { 4964 dst_ifp->if_xname); 4965 (void) ifnet_stat_increment_out(dst_ifp, 4972 return bridge_transmit(dst_ifp, m); 4976 bridge_send_tso(struct ifnet *dst_ifp, struct mbuf *m, bool is_ipv4) 4989 (dst_ifp->if_capenable & IFCAP_VLAN_HWTAGGING) == 0) { 4994 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()
|