Home
last modified time | relevance | path

Searched refs:dst_ifp (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.1.13/bsd/net/
H A Dif_bridge.c4926 struct ifnet *dst_ifp, struct mbuf *m, ChecksumOperation cksum_op)
4934 bridge_finalize_cksum(dst_ifp, m);
4937 bridge_compute_cksum(src_ifp, dst_ifp, m);
4948 (dst_ifp->if_capenable & IFCAP_VLAN_HWTAGGING) == 0) {
4953 dst_ifp->if_xname);
4954 (void) ifnet_stat_increment_out(dst_ifp,
4961 return bridge_transmit(dst_ifp, m);
4965 bridge_send_tso(struct ifnet *dst_ifp, struct mbuf *m, bool is_ipv4)
4978 (dst_ifp->if_capenable & IFCAP_VLAN_HWTAGGING) == 0) {
4983 dst_ifp->if_xname);
[all …]
H A Dbridgestp.c469 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()