Searched refs:stripped (Results 1 – 11 of 11) sorted by relevance
380 char *stripped = line + strspn(line, " "); in vdpa_dynamic_major_num() local381 if ((sscanf(stripped, "%u %10s", &num, name) == 2) && in vdpa_dynamic_major_num()
14 points to the start of the IP header of the packet (i.e. L2 header is already stripped out).
29 * VLAN tags are always stripped and presented in mbuf tci field.
255 stripped VLAN header's EtherType. Stripping does not affect the VLAN257 the (stripped) VLAN header whether stripping is enabled or disabled.439 packets with the default VLAN tag are stripped by the adapter and presented to
87 - Configurable RX CRC stripping (always stripped)
531 … mbuf->ol_flags |= RTE_MBUF_F_RX_VLAN | RTE_MBUF_F_RX_STRIPPED // outer VLAN is found and stripped532 mbuf->vlan_tci = tci_value // TCI of the stripped VLAN
108 the outer VLAN tag is stripped in Q-in-Q packets.
416 - If VLAN is not stripped and TCI is saved: ``PKT_RX_VLAN``417 - If VLAN is stripped and TCI is saved: ``PKT_RX_VLAN | PKT_RX_VLAN_STRIPPED``
118 * The default VLAN strip behavior has changed. The VLAN tag won't be stripped397 * Fixes packet capture with stripped VLAN tags.
217 tags of the inner header will be stripped without putting vlan
211 Until now, CRC was always stripped. It can now be configured.