Home
last modified time | relevance | path

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

12

/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDmetaslab.c429 uint64_t fragmentation = 0; in metaslab_class_fragmentation() local
459 fragmentation += mg->mg_fragmentation * in metaslab_class_fragmentation()
462 fragmentation /= metaslab_class_get_space(mc); in metaslab_class_fragmentation()
464 ASSERT3U(fragmentation, <=, 100); in metaslab_class_fragmentation()
466 return (fragmentation); in metaslab_class_fragmentation()
830 uint64_t fragmentation = 0; in metaslab_group_fragmentation() local
840 fragmentation += msp->ms_fragmentation; in metaslab_group_fragmentation()
846 fragmentation /= valid_ms; in metaslab_group_fragmentation()
847 ASSERT3U(fragmentation, <=, 100); in metaslab_group_fragmentation()
848 return (fragmentation); in metaslab_group_fragmentation()
[all …]
/trueos/contrib/netbsd-tests/ipf/input/
HDni21 # Test of fragmentation required coming from the inside.
/trueos/tools/tools/net80211/wesside/
HDREADME12 * Waits for a packet. Uses fragmentation to recover some keystream.
/trueos/contrib/wpa/wpa_supplicant/
HDtodo.txt80 - cleanup TLS/PEAP/TTLS/FAST fragmentation: both the handshake and Appl. Data
83 should not need to care about fragmentation at all
HDeap_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
HDChangeLog36 - added support for fragmentation
419 * TNC: fixed issues with fragmentation
602 * added fragmentation support for EAP-TNC
721 * added support for fragmentation of outer TLS packets during Phase 2
/trueos/sys/dev/cxgbe/firmware/
HDt4fw_cfg.txt23 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
HDt5fw_cfg.txt32 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
HDt4fw_cfg_uwire.txt118 # filter tuples : fragmentation, mpshittype, macmatch, ethertype,
121 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
HDt5fw_cfg_uwire.txt146 # filter tuples : fragmentation, mpshittype, macmatch, ethertype,
149 filterMode = srvrsram, fragmentation, mpshittype, protocol, vlan, port, fcoe
HDt5fw_cfg_fpga.txt148 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe, srvrsram
/trueos/sbin/natd/
HDHISTORY78 - Support for sending ICMP 'need fragmentation' messages
/trueos/cddl/contrib/opensolaris/cmd/zdb/
HDzdb.c726 uint64_t fragmentation; in dump_metaslab_groups() local
754 fragmentation = metaslab_class_fragmentation(mc); in dump_metaslab_groups()
755 if (fragmentation == ZFS_FRAG_INVALID) in dump_metaslab_groups()
758 (void) printf("\t%3llu%%\n", (u_longlong_t)fragmentation); in dump_metaslab_groups()
/trueos/contrib/jemalloc/
HDChangeLog139 page-level virtual memory fragmentation.
312 structures that tend to reduce fragmentation and increase speed.
/trueos/contrib/wpa/hostapd/
HDChangeLog18 - added support for fragmentation
210 * TNC: fixed issues with fragmentation
330 large enough to require fragmentation (e.g., if a large Session
370 * added fragmentation support for EAP-TNC
/trueos/contrib/tcpdump/
HDINSTALL.txt163 print-frag6.c - IPv6 fragmentation header printer routines
/trueos/contrib/serf/
HDCHANGES34 Ensure less TCP package fragmentation on Windows (r2145)
/trueos/contrib/ipfilter/
HDHISTORY251 3423805 fragmentation stats not reported correclty
253 3423821 track packets and bytes for fragmentation
255 3423805 fragmentation stats not reported correctly
/trueos/contrib/unbound/doc/
HDexample.conf.in92 # is set with msg-buffer-size). 1480 can solve fragmentation (timeouts).
/trueos/crypto/openssl/
HDNEWS641 record; allow fragmentation and interleaving of handshake and other
/trueos/contrib/subversion/subversion/libsvn_fs_fs/
HDstructure305 To minimize fragmentation, the initial packing process will only
/trueos/usr.sbin/bsnmpd/modules/snmp_wlan/
HDBEGEMOT-WIRELESS-MIB.txt670 of this object to 2346 will disable transmit fragmentation."
/trueos/contrib/subversion/
HDCHANGES1630 * limit memory fragmentation in svnserve (r1022675)
2092 * limit memory fragmentation in svnserve (r1022675)
/trueos/contrib/gperf/
HDChangeLog2661 hiding a little bit it greatly reduces dynamic memory fragmentation,
/trueos/contrib/libstdc++/
DChangeLog-2001701 fragmentation and enhance performance with common malloc

12