/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
H A D | 0013-raddb-certs-Makefile-fix-the-occasional-verification.patch | 35 @@ -59,7 +59,7 @@ passwords.mk: server.cnf ca.cnf client.cnf inner-server.cnf 114 inner-server.csr inner-server.key: inner-server.cnf 115 - $(OPENSSL) req -new -out inner-server.csr -keyout inner-server.key -config ./inner-server.cnf 116 + @[ -f inner-server.csr] || $(OPENSSL) req -new -out inner-server.csr -keyout inner-server.key -c… 117 chmod g+r inner-server.key 119 inner-server.crt: ca.key ca.pem inner-server.csr 120 …ert ca.pem -in inner-server.csr -key $(PASSWORD_CA) -out inner-server.crt -extensions xpserver_ex… 121 …inner-server.crt ] || $(OPENSSL) ca -batch -keyfile ca.key -cert ca.pem -in inner-server.csr -key… 123 inner-server.p12: inner-server.crt 124 - $(OPENSSL) pkcs12 -export -in inner-server.crt -inkey inner-server.key -out inner-server.p12 -pa… [all …]
|
/openbmc/linux/include/linux/irqchip/ |
H A D | arm-gic-v3.h | 181 GIC_BASER_CACHEABILITY(GICR_PROPBASER, INNER, MASK) 189 #define GICR_PROPBASER_nCnB GIC_BASER_CACHEABILITY(GICR_PROPBASER, INNER, nCnB) 190 #define GICR_PROPBASER_nC GIC_BASER_CACHEABILITY(GICR_PROPBASER, INNER, nC) 191 #define GICR_PROPBASER_RaWt GIC_BASER_CACHEABILITY(GICR_PROPBASER, INNER, RaWt) 192 #define GICR_PROPBASER_RaWb GIC_BASER_CACHEABILITY(GICR_PROPBASER, INNER, RaWb) 193 #define GICR_PROPBASER_WaWt GIC_BASER_CACHEABILITY(GICR_PROPBASER, INNER, WaWt) 194 #define GICR_PROPBASER_WaWb GIC_BASER_CACHEABILITY(GICR_PROPBASER, INNER, WaWb) 195 #define GICR_PROPBASER_RaWaWt GIC_BASER_CACHEABILITY(GICR_PROPBASER, INNER, RaWaWt) 196 #define GICR_PROPBASER_RaWaWb GIC_BASER_CACHEABILITY(GICR_PROPBASER, INNER, RaWaWb) 208 GIC_BASER_CACHEABILITY(GICR_PENDBASER, INNER, MASK) [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_ste.c | 740 dr_ste_build_pre_check_spec(dmn, &mask->inner)) in mlx5dr_ste_build_pre_check() 1068 dr_ste_copy_mask_spec(buff, &set_param->inner, clr); in mlx5dr_ste_copy_param() 1130 bool inner, bool rx) in mlx5dr_ste_build_eth_l2_src_dst() argument 1133 sb->inner = inner; in mlx5dr_ste_build_eth_l2_src_dst() 1140 bool inner, bool rx) in mlx5dr_ste_build_eth_l3_ipv6_dst() argument 1143 sb->inner = inner; in mlx5dr_ste_build_eth_l3_ipv6_dst() 1150 bool inner, bool rx) in mlx5dr_ste_build_eth_l3_ipv6_src() argument 1153 sb->inner = inner; in mlx5dr_ste_build_eth_l3_ipv6_src() 1160 bool inner, bool rx) in mlx5dr_ste_build_eth_l3_ipv4_5_tuple() argument 1163 sb->inner = inner; in mlx5dr_ste_build_eth_l3_ipv4_5_tuple() [all …]
|
H A D | dr_matcher.c | 413 bool inner, rx; in dr_matcher_set_ste_builders() local 428 mask.inner = matcher->mask.inner; in dr_matcher_set_ste_builders() 463 inner = false; in dr_matcher_set_ste_builders() 467 &mask, inner, rx); in dr_matcher_set_ste_builders() 471 &mask, inner, rx); in dr_matcher_set_ste_builders() 475 &mask, inner, rx); in dr_matcher_set_ste_builders() 481 &mask, dmn, inner, rx); in dr_matcher_set_ste_builders() 487 &mask, inner, rx); in dr_matcher_set_ste_builders() 492 &mask, inner, rx); in dr_matcher_set_ste_builders() 496 &mask, inner, rx); in dr_matcher_set_ste_builders() [all …]
|
H A D | dr_types.h | 215 u8 inner:1; member 394 bool inner, bool rx); 398 bool inner, bool rx); 402 bool inner, bool rx); 406 bool inner, bool rx); 410 bool inner, bool rx); 414 bool inner, bool rx); 418 bool inner, bool rx); 422 bool inner, bool rx); 426 bool inner, bool rx); [all …]
|
H A D | dr_ste_v0.c | 37 #define DR_STE_CALC_LU_TYPE(lookup_type, rx, inner) \ argument 38 ((inner) ? DR_STE_V0_LU_TYPE_##lookup_type##_I : \ 705 bool inner, u8 *bit_mask) in dr_ste_v0_build_eth_l2_src_dst_bit_mask() argument 707 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_v0_build_eth_l2_src_dst_bit_mask() 740 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_v0_build_eth_l2_src_dst_tag() 784 dr_ste_v0_build_eth_l2_src_dst_bit_mask(mask, sb->inner, sb->bit_mask); in dr_ste_v0_build_eth_l2_src_dst_init() 786 sb->lu_type = DR_STE_CALC_LU_TYPE(ETHL2_SRC_DST, sb->rx, sb->inner); in dr_ste_v0_build_eth_l2_src_dst_init() 796 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_v0_build_eth_l3_ipv6_dst_tag() 812 sb->lu_type = DR_STE_CALC_LU_TYPE(ETHL3_IPV6_DST, sb->rx, sb->inner); in dr_ste_v0_build_eth_l3_ipv6_dst_init() 822 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_v0_build_eth_l3_ipv6_src_tag() [all …]
|
H A D | dr_ste_v1.c | 8 #define DR_STE_CALC_DFNR_TYPE(lookup_type, inner) \ argument 9 ((inner) ? DR_STE_V1_LU_TYPE_##lookup_type##_I : \ 1102 bool inner, u8 *bit_mask) in dr_ste_v1_build_eth_l2_src_dst_bit_mask() argument 1104 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_v1_build_eth_l2_src_dst_bit_mask() 1130 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_v1_build_eth_l2_src_dst_tag() 1165 dr_ste_v1_build_eth_l2_src_dst_bit_mask(mask, sb->inner, sb->bit_mask); in dr_ste_v1_build_eth_l2_src_dst_init() 1167 sb->lu_type = DR_STE_CALC_DFNR_TYPE(ETHL2_SRC_DST, sb->inner); in dr_ste_v1_build_eth_l2_src_dst_init() 1176 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_v1_build_eth_l3_ipv6_dst_tag() 1191 sb->lu_type = DR_STE_CALC_DFNR_TYPE(IPV6_DES, sb->inner); in dr_ste_v1_build_eth_l3_ipv6_dst_init() 1200 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_v1_build_eth_l3_ipv6_src_tag() [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | rss.c | 107 bool inner) in rss_get_tirp() argument 109 return inner ? &rss->inner_tir[tt] : &rss->tir[tt]; in rss_get_tirp() 113 bool inner) in rss_get_tir() argument 115 return *rss_get_tirp(rss, tt, inner); in rss_get_tir() 131 bool inner) in mlx5e_rss_create_tir() argument 140 if (inner && !rss->inner_ft_support) { in mlx5e_rss_create_tir() 142 "Cannot create inner indirect TIR[%d], RSS inner FT is not supported.\n", in mlx5e_rss_create_tir() 147 tir_p = rss_get_tirp(rss, tt, inner); in mlx5e_rss_create_tir() 166 mlx5e_tir_builder_build_rss(builder, &rss->hash, &rss_tt, inner); in mlx5e_rss_create_tir() 172 inner ? "inner " : "", err, tt); in mlx5e_rss_create_tir() [all …]
|
/openbmc/linux/include/net/ |
H A D | inet_ecn.h | 46 static inline __u8 INET_ECN_encapsulate(__u8 outer, __u8 inner) in INET_ECN_encapsulate() argument 49 outer |= !INET_ECN_is_ce(inner) ? (inner & INET_ECN_MASK) : in INET_ECN_encapsulate() 120 static inline void ipv4_copy_dscp(unsigned int dscp, struct iphdr *inner) in ipv4_copy_dscp() argument 123 ipv4_change_dsfield(inner, INET_ECN_MASK, dscp); in ipv4_copy_dscp() 166 static inline void ipv6_copy_dscp(unsigned int dscp, struct ipv6hdr *inner) in ipv6_copy_dscp() argument 169 ipv6_change_dsfield(inner, INET_ECN_MASK, dscp); in ipv6_copy_dscp() 229 * To decapsulate the inner header at the tunnel egress, a compliant 231 * intersection of the appropriate arriving inner header (row) and outer 236 * | Inner +---------+------------+------------+------------+ 251 static inline int __INET_ECN_decapsulate(__u8 outer, __u8 inner, bool *set_ce) in __INET_ECN_decapsulate() argument [all …]
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | error_logging_utils_tests.cpp | 48 // Create exception with two nesting levels; top priority is inner in TEST() 413 std::exception_ptr inner, outer; in TEST() local 425 inner = std::current_exception(); in TEST() 437 EXPECT_EQ(inner, exceptionToLog); in TEST() 442 std::exception_ptr inner, middle, outer; in TEST() local 453 inner = std::current_exception(); in TEST() 478 std::exception_ptr inner, outer; in TEST() local 487 inner = std::current_exception(); in TEST() 506 std::exception_ptr inner, outer; in TEST() local 515 inner = std::current_exception(); in TEST() [all …]
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | l2_tos_ttl_inherit.sh | 67 local inner="$3" 102 "$type" "$outer" "$inner" "$tos" "$ttl" "$vlan" 182 # Assign inner IPv4/IPv6 addresses 183 if [ "$inner" = "4" ] || [ "$inner" = "other" ]; then 186 elif [ "$inner" = "6" ]; then 196 local inner="$2" 203 if [ "$inner" = "4" ]; then 205 elif [ "$inner" = "6" ]; then 207 elif [ "$inner" = "other" ]; then 224 if [ "$inner" = "4" ]; then [all …]
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | gre_custom_multipath_hash.sh | 386 custom_hash_test "Inner source IP" "balanced" send_src_ipv4 387 custom_hash_test "Inner source IP" "unbalanced" send_dst_ipv4 390 custom_hash_test "Inner destination IP" "balanced" send_dst_ipv4 391 custom_hash_test "Inner destination IP" "unbalanced" send_src_ipv4 394 custom_hash_test "Inner source port" "balanced" send_src_udp4 395 custom_hash_test "Inner source port" "unbalanced" send_dst_udp4 398 custom_hash_test "Inner destination port" "balanced" send_dst_udp4 399 custom_hash_test "Inner destination port" "unbalanced" send_src_udp4 417 custom_hash_test "Inner source IP" "balanced" send_src_ipv6 418 custom_hash_test "Inner source IP" "unbalanced" send_dst_ipv6 [all …]
|
H A D | ip6gre_custom_multipath_hash.sh | 388 custom_hash_test "Inner source IP" "balanced" send_src_ipv4 389 custom_hash_test "Inner source IP" "unbalanced" send_dst_ipv4 392 custom_hash_test "Inner destination IP" "balanced" send_dst_ipv4 393 custom_hash_test "Inner destination IP" "unbalanced" send_src_ipv4 396 custom_hash_test "Inner source port" "balanced" send_src_udp4 397 custom_hash_test "Inner source port" "unbalanced" send_dst_udp4 400 custom_hash_test "Inner destination port" "balanced" send_dst_udp4 401 custom_hash_test "Inner destination port" "unbalanced" send_src_udp4 419 custom_hash_test "Inner source IP" "balanced" send_src_ipv6 420 custom_hash_test "Inner source IP" "unbalanced" send_dst_ipv6 [all …]
|
/openbmc/linux/Documentation/bpf/ |
H A D | map_of_maps.rst | 14 an outer map contains instances of a single type of inner map, for example 17 When creating an outer map, an inner map instance is used to initialize the 18 metadata that the outer map holds about its inner maps. This inner map has a 28 - Any BPF map type can be used as an inner map, except for 55 Inner maps can be retrieved using the ``bpf_map_lookup_elem()`` helper. This 56 helper returns a pointer to the inner map, or ``NULL`` if no entry was found. 111 This snippet shows how to add an inner map to an outer map:
|
/openbmc/linux/rust/kernel/sync/ |
H A D | arc.rs | 173 let inner = Box::try_new(value)?; in try_new() localVariable 175 // SAFETY: We just created `inner` with a reference count of 1, which is owned by the new in try_new() 177 Ok(unsafe { Self::from_inner(Box::leak(inner).into()) }) in try_new() 208 /// The caller must ensure that `inner` points to a valid location and has a non-zero reference 210 unsafe fn from_inner(inner: NonNull<ArcInner<T>>) -> Self { in from_inner() 213 ptr: inner, in from_inner() 246 let inner = NonNull::new(ptr as *mut ArcInner<T>).unwrap(); in borrow() localVariable 250 unsafe { ArcBorrow::new(inner) } in borrow() 312 item.inner in from() 319 unsafe { Pin::into_inner_unchecked(item).inner } in from() [all …]
|
H A D | locked_by.rs | 37 /// inner: LockedBy<InnerFile, InnerDirectory>, 48 /// inner: Mutex<InnerDirectory>, 53 /// let guard = dir.inner.lock(); 54 /// let inner_file = file.inner.access(&guard); 60 /// let mut guard = dir.inner.lock(); 63 /// let file_inner = file.inner.access_mut(&mut guard); 71 /// inner: LockedBy::new(&dir.inner, InnerFile { bytes_used: 0 }), 136 // reference to the inner value that aliases with this shared reference. The type is `Sync` in access()
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | exception_utils.hpp | 33 * Returns a vector containing the specified exception and any nested inner 36 * If the exception contains nested inner exceptions, the returned vector will 48 * Gets the error messages from the specified exception and any nested inner 51 * If the exception contains nested inner exceptions, the messages in the 67 * Builds a vector containing the specified exception and any nested inner 80 * Gets the error messages from the specified exception and any nested inner
|
H A D | exception_utils.cpp | 45 // If this exception is nested, add inner exception(s) to vector in getExceptions() 64 // If this exception is nested, get messages from inner exception(s) in getMessages() 69 catch (const std::exception& inner) in getMessages() local 71 getMessages(inner, messages); in getMessages()
|
H A D | error_logging_utils.hpp | 33 * Logs an error based on the specified exception and any nested inner 45 * inner exceptions. 48 * nested inner exceptions. 75 * Inspects the specified exception and any nested inner exceptions. Returns
|
/openbmc/linux/tools/testing/selftests/bpf/map_tests/ |
H A D | map_in_map_batch_ops.c | 44 "inner bpf_map_create() failed", in create_inner_maps() 48 /* keep track of the inner map fd as it is required in create_inner_maps() 95 "Failed to get inner map fd", in validate_fetch_results() 100 "Failed to get inner map key", in validate_fetch_results() 109 "Failed to get inner map value", in validate_fetch_results() 115 "Failed to validate inner map value", in validate_fetch_results() 241 printf("%s:PASS with inner ARRAY map\n", __func__); in test_map_in_map_batch_ops_array() 243 printf("%s:PASS with inner HASH map\n", __func__); in test_map_in_map_batch_ops_array() 249 printf("%s:PASS with inner ARRAY map\n", __func__); in test_map_in_map_batch_ops_hash() 251 printf("%s:PASS with inner HASH map\n", __func__); in test_map_in_map_batch_ops_hash()
|
/openbmc/linux/rust/kernel/sync/lock/ |
H A D | spinlock.rs | 15 ($inner:expr $(, $name:literal)? $(,)?) => { 17 $inner, $crate::optional_name!($($name)?), $crate::static_lock_class!()) 33 /// contains an inner struct (`Inner`) that is protected by a spinlock. 38 /// struct Inner { 47 /// d: SpinLock<Inner>, 54 /// d <- new_spinlock!(Inner { a: 20, b: 30 }),
|
H A D | mutex.rs | 15 ($inner:expr $(, $name:literal)? $(,)?) => { 17 $inner, $crate::optional_name!($($name)?), $crate::static_lock_class!()) 35 /// contains an inner struct (`Inner`) that is protected by a mutex. 40 /// struct Inner { 49 /// d: Mutex<Inner>, 56 /// d <- new_mutex!(Inner { a: 20, b: 30 }),
|
/openbmc/linux/include/uapi/linux/ |
H A D | ip6_tunnel.h | 12 /* don't add encapsulation limit if one isn't present in inner packet */ 14 /* copy the traffic class field from the inner packet */ 16 /* copy the flowlabel from the inner packet */ 22 /* copy fwmark from inner packet */
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | frontend-stat-properties.rst | 97 (FEC) on the inner coding block (before Viterbi, LDPC or other inner 116 - ``FE_SCALE_COUNTER`` - Number of error bits counted before the inner 125 Measures the amount of bits received before the inner code block, during 154 (FEC) done by inner code block (after Viterbi, LDPC or other inner 173 - ``FE_SCALE_COUNTER`` - Number of error bits counted after the inner 182 Measures the amount of bits received after the inner coding, during the
|
/openbmc/linux/Documentation/networking/ |
H A D | segmentation-offloads.rst | 75 from the standard list of headers to "inner" header offsets. 79 data is normally referred to as the inner headers. Below is the list of 84 Outer Inner 91 Outer Inner 102 header has requested a remote checksum offload. In this case the inner 139 only the inner-most transport header and possibly the outer-most network 144 inner transport header are updated such that they will contain the correct
|