Home
last modified time | relevance | path

Searched refs:fragment (Results 1 – 25 of 27) sorted by relevance

12

/f-stack/freebsd/contrib/libfdt/
H A Dfdt_overlay.c78 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 Dip_fragment_reassembly_lib.rst16 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 Drte_flow.rst1204 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 Dip_fw_log.c106 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 Drk3288-veyron-broadcom-bluetooth.dtsi3 * Google Veyron (and derivatives) fragment for the Broadcom 43450 bluetooth
H A Dcros-adc-thermistors.dtsi3 * Thermistor dts fragment for devices that use Thermistors as
H A Drk3288-veyron-sdmmc.dtsi3 * Google Veyron (and derivatives) fragment for sdmmc cards
H A Drk3288-veyron-analog-audio.dtsi3 * Google Veyron (and derivatives) fragment for the max98090 audio
H A Drk3288-veyron-edp.dtsi3 * Google Veyron (and derivatives) fragment for the edp displays
H A Dcros-ec-sbs.dtsi2 * Smart battery dts fragment for devices that use cros-ec-sbs
H A Dcros-ec-keyboard.dtsi3 * Keyboard dts fragment for devices that use cros-ec-keyboard
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dip_reassembly.rst103 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 Dipsec_secgw.rst221 * ``--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 Djquery.js160 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 DCONTRIBUTING2 a pull request via Github, a code fragment or patch via private email or
H A DREADME.md180 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 Djemalloc_internal_defs.h.in204 * 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 Dfpga-region.txt250 fragment@0 {
376 fragment@0 {
407 fragment@0 {
456 fragment@0 {
/f-stack/freebsd/netinet/libalias/
H A DHISTORY111 period. Once a fragment is resolved, it becomes
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dclock-bindings.txt124 This DT fragment defines three devices: an external oscillator to provide a
/f-stack/freebsd/security/mac_test/
H A Dmac_test.c733 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 Dpf_norm.c1227 goto fragment; in pf_normalize_ip6()
1284 fragment: in pf_normalize_ip6()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_grpc_module.c2516 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 Dconfigure.ac1160 dnl (and fragment on demand).
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru6342 *) Исправление: nginx не убирал "#fragment" в URI.

12