Home
last modified time | relevance | path

Searched refs:outer (Results 1 – 24 of 24) sorted by relevance

/Linux-v4.19/include/net/
Dinet_ecn.h44 static inline __u8 INET_ECN_encapsulate(__u8 outer, __u8 inner) in INET_ECN_encapsulate() argument
46 outer &= ~INET_ECN_MASK; in INET_ECN_encapsulate()
47 outer |= !INET_ECN_is_ce(inner) ? (inner & INET_ECN_MASK) : in INET_ECN_encapsulate()
49 return outer; in INET_ECN_encapsulate()
187 __u8 outer, __u8 inner) in INET_ECN_decapsulate() argument
190 switch (outer & INET_ECN_MASK) { in INET_ECN_decapsulate()
201 if (INET_ECN_is_ce(outer)) in INET_ECN_decapsulate()
/Linux-v4.19/Documentation/networking/
Dchecksum-offloads.txt45 encapsulated packet both the inner and outer checksums may need to be
72 LCO is a technique for efficiently computing the outer checksum of an
84 This allows us to compute the outer checksum without looking at the payload:
88 skb_checksum_help()), the outer checksum will become correct by virtue of
91 LCO is performed by the stack when constructing an outer UDP header for an
102 LCO can safely be used for nested encapsulations; in this case, the outer
113 datagram, allowing the outer checksum to be offloaded. It does, however,
Dsegmentation-offloads.txt61 contain additional headers such as an outer tunnel. In order to account
70 refer to the tunnel headers as the outer headers, while the encapsulated
88 fact that the outer header also requests to have a non-zero checksum
89 included in the outer header.
93 headers will be left with a partial checksum and only the outer header
126 only the inner-most transport header and possibly the outer-most network
133 is the outer IPv4 ID field. It is up to the device drivers to guarantee
Dgtp.txt111 on the inner (user) IP layer, or on the outer (transport) layer.
114 the User IP payload, nor for the outer IP layer. Patches or other
Dpktgen.txt191 outer label=16,middle label=32,
Dopenvswitch.txt198 and therefore will not misinterpret them. (Also, the outer eth_type
Dip-sysctl.txt1462 Controls the behaviour of computing the flowlabel of outer
/Linux-v4.19/Documentation/devicetree/bindings/arm/
Dl2c2x0.txt26 "marvell,aurora-outer-cache": Marvell Controller designed to be
27 compatible with the ARM one with outer cache mode.
79 - arm,outer-sync-disable : disable the outer sync operation on the L2 cache.
81 will randomly hang unless outer sync operations are disabled.
/Linux-v4.19/Documentation/devicetree/bindings/arm/uniphier/
Dcache-uniphier.txt1 UniPhier outer cache controller
3 UniPhier SoCs are integrated with a full-custom outer cache controller system.
/Linux-v4.19/arch/m68k/math-emu/
Dfp_decode.h356 | with base and/or outer displacement
390 1: printf PDECODE,"0" | null outer displacement
393 2: fp_get_instr_word %a0,fp_err_ua1 | 16bit outer displacement
396 3: fp_get_instr_long %a0,fp_err_ua1 | 32bit outer displacement
/Linux-v4.19/arch/x86/crypto/sha512-mb/
Dsha512_x4_avx2.S56 # outer calling routine takes care of save and restore of XMM registers
243 # general registers preserved in outer calling routine
244 # outer calling routine saves all the XMM registers
360 # outer calling routine restores XMM and other GP registers
/Linux-v4.19/arch/arm/boot/dts/
Darm-realview-eb-mp.dtsi75 * since th outer sync operation can cause the
83 arm,outer-sync-disable;
Darm-realview-pb11mp.dts106 * since th outer sync operation can cause the
114 arm,outer-sync-disable;
Darmada-370.dtsi96 compatible = "marvell,aurora-outer-cache";
/Linux-v4.19/Documentation/media/uapi/dvb/
Dfrontend-stat-properties.rst210 Measures the number of block errors after the outer forward error
211 correction coding (after Reed-Solomon or other outer code).
222 - ``FE_SCALE_COUNTER`` - Number of error blocks counted after the outer
/Linux-v4.19/arch/arm/mm/
DKconfig589 Feroceon TLB (v4wbi with non-outer-cachable page table walks).
926 The outer cache has a outer_cache_fns.sync function pointer
927 that can be used to drain the write buffer of the outer cache.
967 bool "Enable the L2x0 outer cache controller" if MIGHT_HAVE_CACHE_L2X0
979 of the L220 and PL310 outer cache controllers.
1028 on systems with an outer cache, the store buffer is drained
1043 bool "Enable the UniPhier outer cache controller"
1049 This option enables the UniPhier outer cache (system cache)
/Linux-v4.19/arch/x86/crypto/sha256-mb/
Dsha256_x8_avx2.S58 ## outer calling routine takes care of save and restore of XMM registers
280 # general registers preserved in outer calling routine
281 # outer calling routine saves all the XMM registers
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dmemx.fuc273 // $r5 - outer loop counter
/Linux-v4.19/net/ipv6/
DKconfig314 Support for encapsulation of packets within an outer IPv6
/Linux-v4.19/Documentation/trace/
Dftrace.rst2039 … <...>-3638 [001] d... 19452.055471: #1 inner/outer(us): 12/14 ts:1499801089.066141940
2040 … <...>-3638 [003] d... 19454.071354: #2 inner/outer(us): 11/9 ts:1499801091.082164365
2041 … <...>-3638 [002] dn.. 19461.126852: #3 inner/outer(us): 12/9 ts:1499801098.138150062
2042 … <...>-3638 [001] d... 19488.340960: #4 inner/outer(us): 8/12 ts:1499801125.354139633
2043 … <...>-3638 [003] d... 19494.388553: #5 inner/outer(us): 8/12 ts:1499801131.402150961
2044 …<...>-3638 [003] d... 19501.283419: #6 inner/outer(us): 0/12 ts:1499801138.297435289 nm…
2054 inner/outer(us): 12/14
2056 This shows two numbers as "inner latency" and "outer latency". The test
2060 the "outer latency".
/Linux-v4.19/arch/x86/crypto/sha1-mb/
Dsha1_x8_avx2.S59 ## outer calling routine takes care of save and restore of XMM registers
/Linux-v4.19/Documentation/input/
Dmulti-touch-protocol.rst179 of the finger actually touching the glass, and one outer region formed by
/Linux-v4.19/mm/
Dswapfile.c3537 goto outer; in add_swap_count_continuation()
3610 outer: in add_swap_count_continuation()
/Linux-v4.19/scripts/
Dcheckpatch.pl1529 my ($linenr, $remain, $outer, $open, $close, $off) = @_;
1569 if (!$outer || $level <= 1) {