Searched refs:stripped (Results 1 – 16 of 16) sorted by relevance
150 typeset stripped162 stripped="${TEST_BASE_DIR}/${pool}_stripped.txt"168 > ${stripped}249 done < ${stripped}
8 * --with-jemalloc-prefix. With default settings the je_ prefix is stripped by
7 # too big even when stripped down to its limits.
207 stripped = 'not stripped' not in \209 if not stripped:
20 # filename of target with directory and extension stripped24 # filename of first prerequisite with directory and extension stripped
564 char *stripped = line + strspn(line, " "); in vdpa_dynamic_major_num() local565 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.418 packets with the default VLAN tag are stripped by the adapter and presented to
85 - Configurable RX CRC stripping (always stripped)
531 mbuf->ol_flags |= PKT_RX_VLAN | PKT_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.
480 - If VLAN is not stripped and TCI is saved: ``PKT_RX_VLAN``481 - If VLAN is stripped and TCI is saved: ``PKT_RX_VLAN | PKT_RX_VLAN_STRIPPED``
256 tags of the inner header will be stripped without putting vlan
212 Until now, CRC was always stripped. It can now be configured.