Searched refs:_checksum_caps (Results 1 – 2 of 2) sorted by relevance
326 let _checksum_caps = &cx.checksum_caps(); in dispatch() localVariable342 if _checksum_caps.ipv4.tx() { in dispatch()351 let ipv4_repr = match Ipv4Repr::parse(&packet, _checksum_caps) { in dispatch()
682 _checksum_caps: &ChecksumCapabilities, in emit()686 Repr::Ipv4(repr) => repr.emit(&mut Ipv4Packet::new_unchecked(buffer), _checksum_caps), in emit()