| /f-stack/freebsd/contrib/libfdt/ |
| H A D | fdt_overlay.c | 78 val = fdt_getprop(fdto, fragment, "target", &len); in overlay_get_target_phandle() 104 int fragment, char const **pathp) in overlay_get_target() argument 111 phandle = overlay_get_target_phandle(fdto, fragment); in overlay_get_target() 118 path = fdt_getprop(fdto, fragment, "target-path", &path_len); in overlay_get_target() 665 int fragment; in overlay_merge() local 667 fdt_for_each_subnode(fragment, fdto, 0) { in overlay_merge() 676 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_merge() 683 target = overlay_get_target(fdt, fdto, fragment, NULL); in overlay_merge() 741 int root_sym, ov_sym, prop, path_len, fragment, target; in overlay_symbol_update() local 808 fragment = ret; in overlay_symbol_update() [all …]
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | ip_fragment_reassembly_lib.rst | 16 For each fragment two new mbufs are created: 18 * Direct mbuf -- mbuf that will contain L3 header of the new fragment. 21 It's data field points to the start of the original packets data plus fragment offset. 26 … and 'indirect' mbufs for each fragment are linked together via mbuf's next filed to compose a pac… 89 #. Update the entry with new fragment information and check if a packet can be reassembled 97 (e.g: can't insert new entry into the Fragment Table, or invalid/timed-out fragment),
|
| H A D | rte_flow.rst | 1204 Matches the presence of IPv6 fragment extension header. 1206 - ``hdr``: IPv6 fragment extension header definition (``rte_ip.h``).
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_log.c | 106 char action2[92], proto[128], fragment[32]; in ipfw_log() local 134 fragment[0] = '\0'; in ipfw_log() 392 snprintf(SNPARGS(fragment, 0), in ipfw_log() 404 snprintf(SNPARGS(fragment, 0), in ipfw_log() 415 fragment); in ipfw_log() 418 f ? f->rulenum : -1, action, proto, fragment); in ipfw_log()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | rk3288-veyron-broadcom-bluetooth.dtsi | 3 * Google Veyron (and derivatives) fragment for the Broadcom 43450 bluetooth
|
| H A D | cros-adc-thermistors.dtsi | 3 * Thermistor dts fragment for devices that use Thermistors as
|
| H A D | rk3288-veyron-sdmmc.dtsi | 3 * Google Veyron (and derivatives) fragment for sdmmc cards
|
| H A D | rk3288-veyron-analog-audio.dtsi | 3 * Google Veyron (and derivatives) fragment for the max98090 audio
|
| H A D | rk3288-veyron-edp.dtsi | 3 * Google Veyron (and derivatives) fragment for the edp displays
|
| H A D | cros-ec-sbs.dtsi | 2 * Smart battery dts fragment for devices that use cros-ec-sbs
|
| H A D | cros-ec-keyboard.dtsi | 3 * Keyboard dts fragment for devices that use cros-ec-keyboard
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ip_reassembly.rst | 103 fragment extension header are present in the packet. 196 If the packet is an IPv4 or IPv6 fragment, then it calls rte_ipv4_reassemble_packet() for IPv4 pack… 218 #. Update the entry with new fragment information and check 226 (can't insert new entry into the Fragment table, or invalid/timed-out fragment),
|
| H A D | ipsec_secgw.rst | 221 * ``--reassemble NUM``: max number of entries in reassemble fragment table. 230 * ``--frag-ttl FRAG_TTL_NS``: fragment lifetime (in nanoseconds).
|
| /f-stack/tools/libxo/xohtml/external/ |
| H A D | jquery.js | 160 selector = ( ret.cacheable ? jQuery.clone(ret.fragment) : ret.fragment ).childNodes; 1359 fragment, 6012 results = { fragment: parent }; property 6018 fragment = results.fragment; 6021 first = fragment = fragment.firstChild; 6023 first = fragment.firstChild; 6043 fragment 6182 fragment = cacheresults; 6186 if ( !fragment ) { 6195 return { fragment: fragment, cacheable: cacheable }; [all …]
|
| /f-stack/app/redis-5.0.5/ |
| H A D | CONTRIBUTING | 2 a pull request via Github, a code fragment or patch via private email or
|
| H A D | README.md | 180 a pull request via Github, a code fragment or patch via private email or
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal_defs.h.in | 204 * automatically coalesce, and they fragment when changes are made to subranges. 207 * mappings do *not* coalesce/fragment.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/fpga/ |
| H A D | fpga-region.txt | 250 fragment@0 { 376 fragment@0 { 407 fragment@0 { 456 fragment@0 {
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | HISTORY | 111 period. Once a fragment is resolved, it becomes
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | clock-bindings.txt | 124 This DT fragment defines three devices: an external oscillator to provide a
|
| /f-stack/freebsd/security/mac_test/ |
| H A D | mac_test.c | 733 test_ip6q_create(struct mbuf *fragment, struct label *fragmentlabel, in test_ip6q_create() argument 768 test_ip6q_match(struct mbuf *fragment, struct label *fragmentlabel, in test_ip6q_match() argument 803 test_ipq_create(struct mbuf *fragment, struct label *fragmentlabel, in test_ipq_create() argument 838 test_ipq_match(struct mbuf *fragment, struct label *fragmentlabel, in test_ipq_match() argument
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_norm.c | 1227 goto fragment; in pf_normalize_ip6() 1284 fragment: in pf_normalize_ip6()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_grpc_module.c | 2516 goto fragment; in ngx_http_grpc_parse_header() 2535 goto fragment; in ngx_http_grpc_parse_header() 2551 fragment: in ngx_http_grpc_parse_header()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | configure.ac | 1160 dnl (and fragment on demand).
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 6342 *) Исправление: nginx не убирал "#fragment" в URI.
|