/Linux-v4.19/include/net/ |
D | inet_ecn.h | 44 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/ |
D | checksum-offloads.txt | 45 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,
|
D | segmentation-offloads.txt | 61 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
|
D | gtp.txt | 111 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
|
D | pktgen.txt | 191 outer label=16,middle label=32,
|
D | openvswitch.txt | 198 and therefore will not misinterpret them. (Also, the outer eth_type
|
D | ip-sysctl.txt | 1462 Controls the behaviour of computing the flowlabel of outer
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/ |
D | l2c2x0.txt | 26 "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/ |
D | cache-uniphier.txt | 1 UniPhier outer cache controller 3 UniPhier SoCs are integrated with a full-custom outer cache controller system.
|
/Linux-v4.19/arch/m68k/math-emu/ |
D | fp_decode.h | 356 | 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/ |
D | sha512_x4_avx2.S | 56 # 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/ |
D | arm-realview-eb-mp.dtsi | 75 * since th outer sync operation can cause the 83 arm,outer-sync-disable;
|
D | arm-realview-pb11mp.dts | 106 * since th outer sync operation can cause the 114 arm,outer-sync-disable;
|
D | armada-370.dtsi | 96 compatible = "marvell,aurora-outer-cache";
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | frontend-stat-properties.rst | 210 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/ |
D | Kconfig | 589 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/ |
D | sha256_x8_avx2.S | 58 ## 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/ |
D | memx.fuc | 273 // $r5 - outer loop counter
|
/Linux-v4.19/net/ipv6/ |
D | Kconfig | 314 Support for encapsulation of packets within an outer IPv6
|
/Linux-v4.19/Documentation/trace/ |
D | ftrace.rst | 2039 … <...>-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/ |
D | sha1_x8_avx2.S | 59 ## outer calling routine takes care of save and restore of XMM registers
|
/Linux-v4.19/Documentation/input/ |
D | multi-touch-protocol.rst | 179 of the finger actually touching the glass, and one outer region formed by
|
/Linux-v4.19/mm/ |
D | swapfile.c | 3537 goto outer; in add_swap_count_continuation() 3610 outer: in add_swap_count_continuation()
|
/Linux-v4.19/scripts/ |
D | checkpatch.pl | 1529 my ($linenr, $remain, $outer, $open, $close, $off) = @_; 1569 if (!$outer || $level <= 1) {
|