/Linux-v5.10/include/net/ |
D | inet_ecn.h | 45 static inline __u8 INET_ECN_encapsulate(__u8 outer, __u8 inner) in INET_ECN_encapsulate() argument 47 outer &= ~INET_ECN_MASK; in INET_ECN_encapsulate() 48 outer |= !INET_ECN_is_ce(inner) ? (inner & INET_ECN_MASK) : in INET_ECN_encapsulate() 50 return outer; in INET_ECN_encapsulate() 236 static inline int __INET_ECN_decapsulate(__u8 outer, __u8 inner, bool *set_ce) in __INET_ECN_decapsulate() argument 239 switch (outer & INET_ECN_MASK) { in __INET_ECN_decapsulate() 250 *set_ce = INET_ECN_is_ce(outer); in __INET_ECN_decapsulate() 255 __u8 outer, __u8 inner) in INET_ECN_decapsulate() argument 260 rc = __INET_ECN_decapsulate(outer, inner, &set_ce); in INET_ECN_decapsulate() 264 else if ((outer & INET_ECN_MASK) == INET_ECN_ECT_1) in INET_ECN_decapsulate()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_matcher.c | 216 mask.outer = matcher->mask.outer; in dr_matcher_set_ste_builders() 258 if (dr_mask_is_smac_set(&mask.outer) && in dr_matcher_set_ste_builders() 259 dr_mask_is_dmac_set(&mask.outer)) { in dr_matcher_set_ste_builders() 264 if (dr_mask_is_smac_set(&mask.outer)) in dr_matcher_set_ste_builders() 267 if (DR_MASK_IS_L2_DST(mask.outer, mask.misc, outer)) in dr_matcher_set_ste_builders() 271 if (dr_mask_is_dst_addr_set(&mask.outer)) in dr_matcher_set_ste_builders() 275 if (dr_mask_is_src_addr_set(&mask.outer)) in dr_matcher_set_ste_builders() 279 if (DR_MASK_IS_ETH_L4_SET(mask.outer, mask.misc, outer)) in dr_matcher_set_ste_builders() 283 if (dr_mask_is_ipv4_5_tuple_set(&mask.outer)) in dr_matcher_set_ste_builders() 287 if (dr_mask_is_ttl_set(&mask.outer)) in dr_matcher_set_ste_builders() [all …]
|
D | dr_ste.c | 779 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_build_eth_l2_src_des_bit_mask() 991 dr_ste_copy_mask_spec(buff, &set_param->outer); in mlx5dr_ste_copy_param() 1052 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_build_eth_l2_src_des_tag() 1109 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_build_eth_l3_ipv6_dst_bit_mask() 1121 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_build_eth_l3_ipv6_dst_tag() 1147 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_build_eth_l3_ipv6_src_bit_mask() 1159 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_build_eth_l3_ipv6_src_tag() 1186 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_build_eth_l3_ipv4_5_tuple_bit_mask() 1219 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_build_eth_l3_ipv4_5_tuple_tag() 1257 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_build_eth_l2_src_or_dst_bit_mask() [all …]
|
D | dr_rule.c | 886 s_idx = offsetof(struct mlx5dr_match_param, outer); in dr_rule_verify() 887 e_idx = min(s_idx + sizeof(param->outer), value_size); in dr_rule_verify() 1050 dr_rule_get_ipv(¶m->outer), in dr_rule_create_rule_nic()
|
D | dr_types.h | 584 struct mlx5dr_match_spec outer; member
|
/Linux-v5.10/Documentation/networking/ |
D | checksum-offloads.rst | 57 encapsulated packet both the inner and outer checksums may need to be edited or 84 LCO is a technique for efficiently computing the outer checksum of an 99 compute the outer checksum without looking at the payload: we simply stop 104 skb_checksum_help()), the outer checksum will become correct by virtue of the 107 LCO is performed by the stack when constructing an outer UDP header for an 120 LCO can safely be used for nested encapsulations; in this case, the outer 131 allowing the outer checksum to be offloaded. It does, however, involve a
|
D | segmentation-offloads.rst | 69 contain additional headers such as an outer tunnel. In order to account 78 refer to the tunnel headers as the outer headers, while the encapsulated 98 fact that the outer header also requests to have a non-zero checksum 99 included in the outer header. 103 headers will be left with a partial checksum and only the outer header 139 only the inner-most transport header and possibly the outer-most network 146 is the outer IPv4 ID field. It is up to the device drivers to guarantee
|
D | gtp.rst | 122 on the inner (user) IP layer, or on the outer (transport) layer. 125 the User IP payload, nor for the outer IP layer. Patches or other
|
D | pktgen.rst | 197 outer label=16,middle label=32,
|
/Linux-v5.10/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-v5.10/net/tipc/ |
D | msg.c | 529 struct tipc_msg *msg, *inner, *outer; in tipc_msg_try_bundle() local 562 outer = buf_msg(tskb); in tipc_msg_try_bundle() 563 tipc_msg_init(msg_prevnode(inner), outer, MSG_BUNDLER, 0, INT_H_SIZE, in tipc_msg_try_bundle() 565 msg_set_importance(outer, msg_importance(inner)); in tipc_msg_try_bundle() 566 msg_set_size(outer, INT_H_SIZE + tsz); in tipc_msg_try_bundle() 567 msg_set_msgcnt(outer, 1); in tipc_msg_try_bundle()
|
/Linux-v5.10/tools/testing/selftests/net/ |
D | pmtu.sh | 353 outer="${1}" 357 if [ "${outer}" = "4" ]; then 435 outer=${2} 437 if [ "${outer}" -eq 4 ]; then 1309 outer=${2} 1312 setup namespaces routing ip${inner}ip${outer} || return 2 1326 if [ ${outer} -eq 4 ]; then 1346 check_pmtu_value ${exp_mtu} "${pmtu}" "exceeding link layer MTU on ip${inner}ip${outer} interface" 1578 outer="${1}" 1585 setup namespaces routing ${encap}${outer} || return 2
|
/Linux-v5.10/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 | 108 * since th outer sync operation can cause the 116 arm,outer-sync-disable;
|
D | armada-370.dtsi | 96 compatible = "marvell,aurora-outer-cache";
|
/Linux-v5.10/Documentation/userspace-api/media/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-v5.10/arch/arm/mm/ |
D | Kconfig | 589 Feroceon TLB (v4wbi with non-outer-cachable page table walks). 938 The outer cache has a outer_cache_fns.sync function pointer 939 that can be used to drain the write buffer of the outer cache. 979 bool "Enable the L2x0 outer cache controller" if MIGHT_HAVE_CACHE_L2X0 991 of the L220 and PL310 outer cache controllers. 1040 on systems with an outer cache, the store buffer is drained 1055 bool "Enable the UniPhier outer cache controller" 1061 This option enables the UniPhier outer cache (system cache)
|
/Linux-v5.10/include/linux/ |
D | lockdep.h | 189 struct lock_class_key *key, int subclass, short inner, short outer); 343 # define lockdep_init_map_waits(lock, name, key, sub, inner, outer) \ argument
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.h | 219 struct flow_match_basic *match, bool outer,
|
/Linux-v5.10/Documentation/virt/kvm/arm/ |
D | pvtime.rst | 43 with inner and outer write back caching attributes, in the inner shareable
|
/Linux-v5.10/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 1230 void *outer; in create_tir() local 1248 outer = MLX5_ADDR_OF(tirc, tirc, rx_hash_field_selector_outer); in create_tir() 1249 MLX5_SET(rx_hash_field_select, outer, l3_prot_type, MLX5_L3_PROT_TYPE_IPV4); in create_tir() 1250 MLX5_SET(rx_hash_field_select, outer, l4_prot_type, MLX5_L4_PROT_TYPE_TCP); in create_tir() 1251 MLX5_SET(rx_hash_field_select, outer, selected_fields, HASH_IP_L4PORTS); in create_tir()
|
/Linux-v5.10/Documentation/trace/ |
D | ftrace.rst | 2176 …<...>-1729 [001] d... 678.473449: #1 inner/outer(us): 11/12 ts:1581527483.343962693 co… 2177 …<...>-1729 [004] d... 689.556542: #2 inner/outer(us): 16/9 ts:1581527494.889008092 co… 2178 …<...>-1729 [005] d... 714.756290: #3 inner/outer(us): 16/16 ts:1581527519.678961629 co… 2179 …<...>-1729 [001] d... 718.788247: #4 inner/outer(us): 9/17 ts:1581527523.889012713 co… 2180 …<...>-1729 [002] d... 719.796341: #5 inner/outer(us): 13/9 ts:1581527524.912872606 co… 2181 …<...>-1729 [006] d... 844.787091: #6 inner/outer(us): 9/12 ts:1581527649.889048502 co… 2182 …<...>-1729 [003] d... 849.827033: #7 inner/outer(us): 18/9 ts:1581527654.889013793 co… 2183 …<...>-1729 [007] d... 853.859002: #8 inner/outer(us): 9/12 ts:1581527658.889065736 co… 2184 …<...>-1729 [001] d... 855.874978: #9 inner/outer(us): 9/11 ts:1581527660.861991877 co… 2185 …<...>-1729 [001] d... 863.938932: #10 inner/outer(us): 9/11 ts:1581527668.970010500 co… [all …]
|
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | memx.fuc | 273 // $r5 - outer loop counter
|
/Linux-v5.10/net/ipv6/ |
D | Kconfig | 296 Support for encapsulation of packets within an outer IPv6
|
/Linux-v5.10/drivers/gpu/drm/i915/gt/ |
D | selftest_lrc.c | 934 slice_semaphore_queue(struct intel_engine_cs *outer, in slice_semaphore_queue() argument 943 head = semaphore_queue(outer, vma, n++); in slice_semaphore_queue() 947 for_each_engine(engine, outer->gt, id) { in slice_semaphore_queue() 961 err = release_queue(outer, vma, n, I915_PRIORITY_BARRIER); in slice_semaphore_queue() 966 2 * outer->gt->info.num_engines * (count + 2) * (count + 3)) < 0) { in slice_semaphore_queue() 970 intel_gt_set_wedged(outer->gt); in slice_semaphore_queue()
|