Home
last modified time | relevance | path

Searched refs:stripped (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_block_size_histogram.ksh150 typeset stripped
162 stripped="${TEST_BASE_DIR}/${pool}_stripped.txt"
168 > ${stripped}
249 done < ${stripped}
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/
H A Djemalloc_rename.sh8 * --with-jemalloc-prefix. With default settings the je_ prefix is stripped by
/f-stack/freebsd/mips/conf/
H A DTP-MR30207 # too big even when stripped down to its limits.
H A DTP-MR30407 # too big even when stripped down to its limits.
/f-stack/dpdk/app/test/
H A Dautotest_runner.py207 stripped = 'not stripped' not in \
209 if not stripped:
/f-stack/freebsd/contrib/device-tree/scripts/
H A DKbuild.include20 # filename of target with directory and extension stripped
24 # filename of first prerequisite with directory and extension stripped
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_user_ethdev.c564 char *stripped = line + strspn(line, " "); in vdpa_dynamic_major_num() local
565 if ((sscanf(stripped, "%u %10s", &num, name) == 2) && in vdpa_dynamic_major_num()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dip_fragment_reassembly_lib.rst14 points to the start of the IP header of the packet (i.e. L2 header is already stripped out).
/f-stack/dpdk/doc/guides/nics/
H A Dnetvsc.rst29 * VLAN tags are always stripped and presented in mbuf tci field.
H A Denic.rst255 stripped VLAN header's EtherType. Stripping does not affect the VLAN
257 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
H A Dsfc_efx.rst85 - Configurable RX CRC stripping (always stripped)
H A Dbnxt.rst531 mbuf->ol_flags |= PKT_RX_VLAN | PKT_RX_STRIPPED // outer VLAN is found and stripped
532 mbuf->vlan_tci = tci_value // TCI of the stripped VLAN
H A Dcxgbe.rst108 the outer VLAN tag is stripped in Q-in-Q packets.
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_17_11.rst480 - 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``
H A Drelease_16_07.rst256 tags of the inner header will be stripped without putting vlan
H A Drelease_16_04.rst212 Until now, CRC was always stripped. It can now be configured.