/linux/include/net/ |
A D | inet_ecn.h | 46 static inline __u8 INET_ECN_encapsulate(__u8 outer, __u8 inner) in INET_ECN_encapsulate() argument 48 outer &= ~INET_ECN_MASK; in INET_ECN_encapsulate() 49 outer |= !INET_ECN_is_ce(inner) ? (inner & INET_ECN_MASK) : in INET_ECN_encapsulate() 51 return outer; in INET_ECN_encapsulate() 251 static inline int __INET_ECN_decapsulate(__u8 outer, __u8 inner, bool *set_ce) in __INET_ECN_decapsulate() argument 254 switch (outer & INET_ECN_MASK) { in __INET_ECN_decapsulate() 265 *set_ce = INET_ECN_is_ce(outer); in __INET_ECN_decapsulate() 270 __u8 outer, __u8 inner) in INET_ECN_decapsulate() argument 275 rc = __INET_ECN_decapsulate(outer, inner, &set_ce); in INET_ECN_decapsulate() 279 else if ((outer & INET_ECN_MASK) == INET_ECN_ECT_1) in INET_ECN_decapsulate()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
A D | port_sel.c | 348 if (port_sel->outer.definers[tt]) in mlx5_lag_destroy_definers() 350 port_sel->outer.definers[tt]); in mlx5_lag_destroy_definers() 372 port_sel->outer.definers[tt] = lag_definer; in mlx5_lag_create_definers() 471 ttc_params->dests[tt].ft = port_sel->outer.definers[tt]->ft; in mlx5_lag_set_outer_ttc_params() 494 port_sel->outer.ttc = mlx5_create_ttc_table(dev, &ttc_params); in mlx5_lag_create_ttc_table() 495 if (IS_ERR(port_sel->outer.ttc)) in mlx5_lag_create_ttc_table() 496 return PTR_ERR(port_sel->outer.ttc); in mlx5_lag_create_ttc_table() 590 port_sel->outer.definers, in mlx5_lag_port_sel_modify() 607 mlx5_destroy_ttc_table(port_sel->outer.ttc); in mlx5_lag_port_sel_destroy()
|
A D | port_sel.h | 24 struct mlx5_lag_ttc outer; member
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
A D | dr_matcher.c | 410 mask.outer = matcher->mask.outer; in dr_matcher_set_ste_builders() 468 if (dr_mask_is_smac_set(&mask.outer) && in dr_matcher_set_ste_builders() 469 dr_mask_is_dmac_set(&mask.outer)) { in dr_matcher_set_ste_builders() 474 if (dr_mask_is_smac_set(&mask.outer)) in dr_matcher_set_ste_builders() 478 if (DR_MASK_IS_L2_DST(mask.outer, mask.misc, outer)) in dr_matcher_set_ste_builders() 483 if (dr_mask_is_dst_addr_set(&mask.outer)) in dr_matcher_set_ste_builders() 487 if (dr_mask_is_src_addr_set(&mask.outer)) in dr_matcher_set_ste_builders() 491 if (DR_MASK_IS_ETH_L4_SET(mask.outer, mask.misc, outer)) in dr_matcher_set_ste_builders() 495 if (dr_mask_is_ipv4_5_tuple_set(&mask.outer)) in dr_matcher_set_ste_builders() 499 if (dr_mask_is_ttl_set(&mask.outer)) in dr_matcher_set_ste_builders() [all …]
|
A D | dr_ste_v0.c | 704 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_v0_build_eth_l2_src_dst_bit_mask() 737 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_v0_build_eth_l2_src_dst_tag() 793 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_v0_build_eth_l3_ipv6_dst_tag() 819 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_v0_build_eth_l3_ipv6_src_tag() 845 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_v0_build_eth_l3_ipv4_5_tuple_tag() 881 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_v0_build_eth_l2_src_or_dst_bit_mask() 932 struct mlx5dr_match_spec *spec = inner ? &value->inner : &value->outer; in dr_ste_v0_build_eth_l2_src_or_dst_tag() 993 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_v0_build_eth_l2_src_bit_mask() 1006 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_v0_build_eth_l2_src_tag() 1065 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_v0_build_eth_l2_tnl_bit_mask() [all …]
|
A D | dr_ste_v1.c | 921 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_v1_build_eth_l2_src_dst_bit_mask() 947 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_v1_build_eth_l2_src_dst_tag() 993 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_v1_build_eth_l3_ipv6_dst_tag() 1017 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_v1_build_eth_l3_ipv6_src_tag() 1041 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_v1_build_eth_l3_ipv4_5_tuple_tag() 1075 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_v1_build_eth_l2_src_or_dst_bit_mask() 1125 struct mlx5dr_match_spec *spec = inner ? &value->inner : &value->outer; in dr_ste_v1_build_eth_l2_src_or_dst_tag() 1183 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_v1_build_eth_l2_src_bit_mask() 1216 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_v1_build_eth_l2_dst_bit_mask() 1249 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_v1_build_eth_l2_tnl_bit_mask() [all …]
|
A D | dr_rule.c | 923 s_idx = offsetof(struct mlx5dr_match_param, outer); in dr_rule_verify() 924 e_idx = min(s_idx + sizeof(param->outer), value_size); in dr_rule_verify() 1096 dr_rule_get_ipv(¶m->outer), in dr_rule_create_rule_nic()
|
/linux/Documentation/networking/ |
A 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
|
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
|
A D | seg6-sysctl.rst | 29 Controls the behaviour of computing the flowlabel of outer
|
A 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
|
/linux/lib/ |
A D | locking-selftest.c | 2526 static void __maybe_unused inner##_in_##outer(void) \ 2528 outer##_CONTEXT(_, outer_lock); \ 2580 #define DO_CONTEXT_TESTCASE_OUTER_PREEMPTIBLE(outer) \ in GENERATE_2_CONTEXT_TESTCASE_FOR_ALL_OUTER() argument 2581 dotest(RCU_in_##outer, SUCCESS, LOCKTYPE_RWLOCK); \ in GENERATE_2_CONTEXT_TESTCASE_FOR_ALL_OUTER() 2583 dotest(SPINLOCK_in_##outer, SUCCESS, LOCKTYPE_SPIN); \ 2584 dotest(MUTEX_in_##outer, SUCCESS, LOCKTYPE_MUTEX); \ 2591 dotest(RCU_in_##outer, SUCCESS, LOCKTYPE_RWLOCK); \ 2593 dotest(SPINLOCK_in_##outer, SUCCESS, LOCKTYPE_SPIN); \ 2594 dotest(MUTEX_in_##outer, FAILURE, LOCKTYPE_MUTEX); \ 2598 dotest(RCU_in_##outer, SUCCESS, LOCKTYPE_RWLOCK); \ [all …]
|
/linux/Documentation/devicetree/bindings/arm/ |
A D | l2c2x0.yaml | 49 # compatible with the ARM one with outer cache mode. 50 - marvell,aurora-outer-cache 177 arm,outer-sync-disable: 178 description: disable the outer sync operation on the L2 cache. 180 will randomly hang unless outer sync operations are disabled.
|
/linux/net/tipc/ |
A D | msg.c | 519 struct tipc_msg *msg, *inner, *outer; in tipc_msg_try_bundle() local 552 outer = buf_msg(tskb); in tipc_msg_try_bundle() 553 tipc_msg_init(msg_prevnode(inner), outer, MSG_BUNDLER, 0, INT_H_SIZE, in tipc_msg_try_bundle() 555 msg_set_importance(outer, msg_importance(inner)); in tipc_msg_try_bundle() 556 msg_set_size(outer, INT_H_SIZE + tsz); in tipc_msg_try_bundle() 557 msg_set_msgcnt(outer, 1); in tipc_msg_try_bundle()
|
/linux/arch/m68k/math-emu/ |
A 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/Documentation/devicetree/bindings/arm/socionext/ |
A D | socionext,uniphier-system-cache.yaml | 7 title: UniPhier outer cache controller 10 UniPhier ARM 32-bit SoCs are integrated with a full-custom outer cache
|
/linux/include/linux/ |
A D | lockdep.h | 189 struct lock_class_key *key, int subclass, u8 inner, u8 outer, u8 lock_type); 193 struct lock_class_key *key, int subclass, u8 inner, u8 outer) in lockdep_init_map_waits() argument 363 # define lockdep_init_map_type(lock, name, key, sub, inner, outer, type) \ argument 365 # define lockdep_init_map_waits(lock, name, key, sub, inner, outer) \ argument
|
/linux/tools/testing/selftests/net/ |
A D | pmtu.sh | 383 outer="${1}" 387 if [ "${outer}" = "4" ]; then 465 outer=${2} 467 if [ "${outer}" -eq 4 ]; then 1390 outer=${2} 1393 setup namespaces routing ip${inner}ip${outer} || return $ksft_skip 1407 if [ ${outer} -eq 4 ]; then 1427 check_pmtu_value ${exp_mtu} "${pmtu}" "exceeding link layer MTU on ip${inner}ip${outer} interface" 1788 outer="${1}" 1795 setup namespaces routing ${encap}${outer} || return $ksft_skip
|
/linux/arch/arm/boot/dts/ |
A D | arm-realview-eb-mp.dtsi | 75 * since th outer sync operation can cause the 83 arm,outer-sync-disable;
|
/linux/Documentation/userspace-api/media/dvb/ |
A 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/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | tc_priv.h | 110 u8 mlx5e_tc_get_ip_version(struct mlx5_flow_spec *spec, bool outer);
|
/linux/arch/arm/mm/ |
A D | Kconfig | 589 Feroceon TLB (v4wbi with non-outer-cachable page table walks). 936 The outer cache has a outer_cache_fns.sync function pointer 937 that can be used to drain the write buffer of the outer cache. 977 bool "Enable the L2x0 outer cache controller" if MIGHT_HAVE_CACHE_L2X0 989 of the L220 and PL310 outer cache controllers. 1038 on systems with an outer cache, the store buffer is drained 1053 bool "Enable the UniPhier outer cache controller" 1059 This option enables the UniPhier outer cache (system cache)
|
/linux/Documentation/virt/kvm/arm/ |
A D | pvtime.rst | 43 with inner and outer write back caching attributes, in the inner shareable
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_tc.h | 259 struct flow_match_basic *match, bool outer,
|
/linux/Documentation/trace/ |
A D | ftrace.rst | 2182 …<...>-1729 [001] d... 678.473449: #1 inner/outer(us): 11/12 ts:1581527483.343962693 co… 2183 …<...>-1729 [004] d... 689.556542: #2 inner/outer(us): 16/9 ts:1581527494.889008092 co… 2184 …<...>-1729 [005] d... 714.756290: #3 inner/outer(us): 16/16 ts:1581527519.678961629 co… 2185 …<...>-1729 [001] d... 718.788247: #4 inner/outer(us): 9/17 ts:1581527523.889012713 co… 2186 …<...>-1729 [002] d... 719.796341: #5 inner/outer(us): 13/9 ts:1581527524.912872606 co… 2187 …<...>-1729 [006] d... 844.787091: #6 inner/outer(us): 9/12 ts:1581527649.889048502 co… 2188 …<...>-1729 [003] d... 849.827033: #7 inner/outer(us): 18/9 ts:1581527654.889013793 co… 2189 …<...>-1729 [007] d... 853.859002: #8 inner/outer(us): 9/12 ts:1581527658.889065736 co… 2203 inner/outer(us): 11/11 2205 This shows two numbers as "inner latency" and "outer latency". The test [all …]
|