Home
last modified time | relevance | path

Searched refs:fragmentation (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/netbsd-tests/ipf/input/
H A Dni21 # Test of fragmentation required coming from the inside.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dvdev_get.cfg39 fragmentation
H A Dzpool_get.cfg56 "fragmentation"
/freebsd/tools/tools/net80211/wesside/
H A DREADME11 * Waits for a packet. Uses fragmentation to recover some keystream.
/freebsd/contrib/wpa/wpa_supplicant/
H A Dtodo.txt73 - cleanup TLS/PEAP/TTLS/FAST fragmentation: both the handshake and Appl. Data
76 should not need to care about fragmentation at all
H A Deap_testing.txt239 fragmentation in the Aegis server(?) The packet seems to include
240 1328 bytes of EAP-Message and this may go beyond the fragmentation
H A DChangeLog475 * fixed EAP-IKEv2 fragmentation reassembly
673 - fragmentation of PWD-Confirm-Resp
674 - fix memory leak when fragmentation is used
836 - added support for fragmentation
1219 * TNC: fixed issues with fragmentation
1402 * added fragmentation support for EAP-TNC
1521 * added support for fragmentation of outer TLS packets during Phase 2
/freebsd/contrib/jemalloc/
H A DChangeLog44 reduced virtual memory fragmentation and metadata usage; and 3) bug fixes on
51 crossing the specified threshold to reduce fragmentation. (@interwq)
205 reduces fragmentation over time and improves virtual memory and metadata
207 - Eagerly coalesce large extents to reduce fragmentation. (@interwq)
224 fragmentation. (@interwq)
381 locations. This reduces virtual memory external fragmentation, and will
528 extents. This tends to improve locality (decrease fragmentation) when
604 - Fix potential VM map fragmentation regression. (@jasone)
908 run fragmentation, smaller runs reduce external fragmentation for small size
1151 page-level virtual memory fragmentation.
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c563 uint64_t fragmentation = 0; in metaslab_class_fragmentation() local
593 fragmentation += mg->mg_fragmentation * in metaslab_class_fragmentation()
598 ASSERT3U(fragmentation, <=, 100); in metaslab_class_fragmentation()
600 return (fragmentation); in metaslab_class_fragmentation()
1188 uint64_t fragmentation = 0; in metaslab_group_fragmentation() local
1206 fragmentation /= valid_ms; in metaslab_group_fragmentation()
1207 ASSERT3U(fragmentation, <=, 100); in metaslab_group_fragmentation()
1208 return (fragmentation); in metaslab_group_fragmentation()
2942 uint64_t fragmentation = 0; in metaslab_set_fragmentation() local
3008 fragmentation /= total; in metaslab_set_fragmentation()
[all …]
/freebsd/tests/sys/netinet6/frag6/
H A Dfrag6.subr32 atf_set descr 'Test IPv6 fragmentation code'
/freebsd/crypto/openssl/test/ssl-tests/
H A D13-fragmentation.cnf.in10 ## Test packet fragmentation
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_cfg.txt25 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
H A Dt6fw_cfg_hashfilter.txt26 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
H A Dt5fw_cfg.txt52 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
H A Dt5fw_cfg_hashfilter.txt52 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
H A Dt6fw_cfg.txt26 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
H A Dt6fw_cfg_fpga.txt114 # filter tuples : fragmentation, mpshittype, macmatch, ethertype,
117 filterMode = fcoemask, srvrsram, fragmentation, mpshittype, protocol, vlan, port, fcoe
H A Dt4fw_cfg_uwire.txt121 # filter tuples : fragmentation, mpshittype, macmatch, ethertype,
124 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
H A Dt5fw_cfg_uwire.txt136 # filter tuples : fragmentation, mpshittype, macmatch, ethertype,
139 filterMode = fcoemask, srvrsram, fragmentation, mpshittype, protocol, vlan, port, fcoe
H A Dt6fw_cfg_uwire.txt124 # filter tuples : fragmentation, mpshittype, macmatch, ethertype,
128 filterMode = fcoemask, srvrsram, fragmentation, mpshittype, protocol, vlan, port, fcoe
H A Dt5fw_cfg_fpga.txt148 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe, srvrsram
/freebsd/sbin/natd/
H A DHISTORY78 - Support for sending ICMP 'need fragmentation' messages
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_secure_malloc.pod95 requested, in order to "round up" and reduce secure heap fragmentation.
/freebsd/contrib/wpa/hostapd/
H A DChangeLog196 to allow -1 to be used to disable RTS/fragmentation
490 - added support for fragmentation
682 * TNC: fixed issues with fragmentation
802 large enough to require fragmentation (e.g., if a large Session
842 * added fragmentation support for EAP-TNC
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1718 uint64_t fragmentation; in dump_metaslab_groups() local
1747 fragmentation = metaslab_class_fragmentation(mc); in dump_metaslab_groups()
1748 if (fragmentation == ZFS_FRAG_INVALID) in dump_metaslab_groups()
1751 (void) printf("\t%3llu%%\n", (u_longlong_t)fragmentation); in dump_metaslab_groups()

12