Lines Matching full:packet
150 - Packet can be discarded on the RX path for one of the following reasons:
154 * The received packet is larger than the max buffer size on the host.
156 * There is no freelist descriptor available on the host for the packet.
158 * A BPF program discarded the packet.
160 * The MAC discarded the packet due to lack of ingress buffer space
165 - A packet can be counted (and dropped) as RX error for the following
202 - A packet can be discarded in the TX direction if the MAC is
207 - A packet can be counted as TX error (and dropped) for one for the
210 * The packet is an LSO segment, but the Layer 3 or Layer 4 offset
212 * An invalid packet descriptor was received over PCIe.
213 * The packet Layer 3 length exceeds the device MTU.
217 * The packet offset was incorrect and could not be fixed by the NIC.