/freebsd/sys/netinet/ |
H A D | ip_ecn.c | 64 * Outer Hdr at Inner Hdr at 72 * ECN field in the outer header to ECT(0). 73 * otherwise, copy the ECN field to the outer header. 75 * (E) if the ECN field in the outer header is set to CE and the ECN 78 * and the ECN field in the outer header is set to CE, then copy CE to 82 * (I) set the ECN field to not-ECT in the outer header. 84 * (E) if the ECN field in the outer header is set to CE, drop the packet. 92 * modify outer ECN (TOS) field on ingress operation (tunnel encapsulation). 95 ip_ecn_ingress(int mode, u_int8_t *outer, const u_int8_t *inner) in ip_ecn_ingress() argument 98 if (!outer || !inner) in ip_ecn_ingress() [all …]
|
H A D | tcp_lro_hpts.c | 289 lro_type = le->outer.data.lro_type; in do_bpf_strip_and_compress() 292 tcp_hdr_offset -= sizeof(*le->outer.ip4); in do_bpf_strip_and_compress() 294 IP_PROBE(receive, NULL, NULL, le->outer.ip4, lc->ifp, in do_bpf_strip_and_compress() 295 le->outer.ip4, NULL); in do_bpf_strip_and_compress() 298 tcp_hdr_offset -= sizeof(*le->outer.ip6); in do_bpf_strip_and_compress() 300 IP_PROBE(receive, NULL, NULL, le->outer.ip6, lc->ifp, in do_bpf_strip_and_compress() 301 NULL, le->outer.ip6); in do_bpf_strip_and_compress() 308 switch (le->outer.data.lro_type) { in do_bpf_strip_and_compress() 310 IP_PROBE(receive, NULL, NULL, le->outer.ip4, lc->ifp, in do_bpf_strip_and_compress() 311 le->outer.ip4, NULL); in do_bpf_strip_and_compress() [all …]
|
/freebsd/contrib/netbsd-tests/net/if_gif/ |
H A D | t_gif.sh | 123 outer=${2} 144 if [ ${outer} = "ipv6" ]; then 160 outer=${2} 177 if [ ${outer} = "ipv6" ]; then 218 outer=${2} 235 if [ ${outer} = "ipv6" ]; then 254 if [ $outer = "ipv6" ]; then 329 outer=${2} 343 if [ ${outer} = "ipv6" ]; then 360 if [ $outer = "ipv6" ]; then [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/ |
H A D | tst.TranslateSelf.d | 53 struct output_struct outer; 61 outer = xlate < struct output_struct > (out); 63 printf("outer.myi: %d\t outer.myc: %c\n", outer.myi, outer.myc); 67 /(1234 != outer.myi) || ('a' != outer.myc)/ 73 /(1234 == outer.myi) && ('a' == outer.myc)/
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopInterchange.cpp | 243 LoopInterchangeLegality(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeLegality() argument 245 : OuterLoop(Outer), InnerLoop(Inner), SE(SE), ORE(ORE) {} in LoopInterchangeLegality() 270 bool tightlyNested(Loop *Outer, Loop *Inner); 275 /// OuterInnerReductions. When the outer loop is passed, the inner loop needs 290 /// outer loop. 301 LoopInterchangeProfitability(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeProfitability() argument 303 : OuterLoop(Outer), InnerLoop(Inner), SE(SE), ORE(ORE) {} in LoopInterchangeProfitability() 334 LoopInterchangeTransform(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeTransform() argument 337 : OuterLoop(Outer), InnerLoop(Inner), SE(SE), LI(LI), DT(DT), LIL(LIL) {} in LoopInterchangeTransform() 554 // A perfectly nested loop will not have any branch in between the outer and in tightlyNested() [all …]
|
H A D | LoopFlatten.cpp | 175 LLVM_DEBUG(dbgs() << "Found use of outer induction variable: "; U->dump()); in checkOuterInductionPhiUsers() 469 // All PHIs in the inner and outer headers must either be: in checkPHIs() 472 // - An outer header PHI with all incoming values from outside the loop. in checkPHIs() 475 // - Pairs of PHIs in the inner and outer headers, which implement a in checkPHIs() 479 // The set of PHI nodes in the outer loop header that we know will still be in checkPHIs() 504 // The incoming value from the outer loop must be the PHI node in the in checkPHIs() 505 // outer loop header, with no modifications made in the top of the outer in checkPHIs() 509 LLVM_DEBUG(dbgs() << "value modified in top of outer loop\n"); in checkPHIs() 514 // modifications in the tail end of the outer loop. We are in LCSSA form, in checkPHIs() 534 LLVM_DEBUG(dbgs() << " Outer: "; OuterPHI->dump()); in checkPHIs() [all …]
|
/freebsd/share/man/man4/ |
H A D | gif.4 | 70 the administrator needs to configure the protocol and addresses used for the outer 114 Set outer TOS bit to 117 Drop outer TOS bit. 135 inner to outer. 140 If outer ECN CE bit is 152 performs both martian and ingress filtering against the outer source address 203 and are picky about outer header fields. 208 If the outer protocol is IPv4, 213 If the outer protocol is IPv6, path MTU discovery for encapsulated packets 218 to 1240 or smaller, when the outer header is IPv6 and the inner header is IPv4. [all …]
|
H A D | stf.4 | 142 Packets with IPv4 unspecified address as outer IPv4 source/destination 145 Packets with loopback address as outer IPv4 source/destination 148 Packets with IPv4 multicast address as outer IPv4 source/destination 151 Packets with limited broadcast address as outer IPv4 source/destination 154 Packets with private address as outer IPv4 source/destination 157 Packets with subnet broadcast address as outer IPv4 source/destination. 162 Outer IPv4 source address must meet the IPv4 topology on the routing table.
|
H A D | enc.4 | 99 .Dq Li before stripping off the outer header 103 .Dq Li after stripping off the outer header . 111 .Dq Li with outer and inner headers . 122 and rely on the security policy database for the outer headers.
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopNestAnalysis.cpp | 28 /// - the inner loop should be the outer loop's only child 29 /// - the outer loop header should 'flow' into the inner loop preheader 30 /// or jump around the inner loop to the outer loop latch 32 /// the outer loop latch. 64 dbgs() << "Outer loop latch compare instruction: " << *OuterLoopLatchCmp in getOuterLoopLatchCmp() 93 // The only binary instruction allowed is the outer loop step instruction, in checkSafeInstruction() 95 // compare instruction and the outer loop latch compare instruction. in checkSafeInstruction() 112 assert(!OuterLoop.isInnermost() && "Outer loop should have subloops"); in analyzeLoopNestForPerfectNest() 119 // - the inner loop should be the outer loop's only child in analyzeLoopNestForPerfectNest() 120 // - the outer loop header should 'flow' into the inner loop preheader in analyzeLoopNestForPerfectNest() [all …]
|
H A D | CFG.cpp | 190 const Loop *Outer = nullptr; in isReachableImpl() local 192 Outer = getOutermostLoop(LI, BB); in isReachableImpl() 196 // excluded block. Clear Outer so we process BB's successors. in isReachableImpl() 197 if (LoopsWithHoles.count(Outer)) in isReachableImpl() 198 Outer = nullptr; in isReachableImpl() 199 if (StopLoops.contains(Outer)) in isReachableImpl() 209 if (Outer) { in isReachableImpl() 213 Outer->getExitBlocks(Worklist); in isReachableImpl()
|
/freebsd/crypto/openssl/test/ |
H A D | tls13encryptiontest.c | 204 size_t outer, inner, curr = 0; in multihexstr2buf() local 209 for (outer = 0; outer < 3; outer++) { in multihexstr2buf() 210 totlen += strlen(str[outer]); in multihexstr2buf() 220 for (outer = 0; outer < 3; outer++) { in multihexstr2buf() 221 for (inner = 0; str[outer][inner] != 0; inner += 2) { in multihexstr2buf() 224 hi = OPENSSL_hexchar2int(str[outer][inner]); in multihexstr2buf() 225 lo = OPENSSL_hexchar2int(str[outer][inner + 1]); in multihexstr2buf() 315 * Encrypted TLSv1.3 records always have an outer content type of in test_tls13_encryption()
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-remember.mk | 70 # the evaluation of the outer expression. If the expressions were evaluated 71 # independently, the last word of the result would be outer_='outer' instead. 73 OUTER= ${outer:L:_:@o@$o ${INNER} outer_='$_'@} 74 .if ${OUTER} != "outer inner inner_='inner' outer_='inner'"
|
H A D | directive-for-empty.mk | 87 # outer.mk: .for i in outer 88 # . info $i # outer 95 # outer.mk: . info $i # outer 112 # removed from the scope, which would need to make the outer 'i' visible
|
H A D | opt-debug-for.mk | 17 # actual substitutions, such as "For 1: outer=b". 19 .for outer in a b 21 VAR.${outer}${inner}= value
|
H A D | directive-for-break.mk | 23 .for outer in o1 o2 o3 25 . if ${outer} == o2 && ${inner} == i2 28 COMBINED+= ${outer}-${inner}
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo_open_marker.3 | 72 call on line [1] will be ignored, since the open marker "outer" 77 opened after the "outer" marker. 82 xo_open_marker("outer"); 87 xo_close_marker("outer"); /* [2] */
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerMerge.cpp | 105 TmpFeatures.clear(); // use a vector from outer scope to avoid resizes. in Parse() 422 Printf("MERGE-OUTER: failed to write to the control file: %s\n", in WriteNewControlFile() 430 // Outer process. Does not call the target code and thus should not fail. 445 VPrintf(V, "MERGE-OUTER: non-empty control file provided: '%s'\n", in CrashResistantMerge() 450 VPrintf(V, "MERGE-OUTER: control file ok, %zd files total," in CrashResistantMerge() 454 VPrintf(V, "MERGE-OUTER: '%s' will be skipped as unlucky " in CrashResistantMerge() 462 "MERGE-OUTER: nothing to do, merge has been completed before\n"); in CrashResistantMerge() 470 "MERGE-OUTER: starting merge from scratch, but reusing coverage " in CrashResistantMerge() 478 VPrintf(V, "MERGE-OUTER: bad control file, will overwrite it\n"); in CrashResistantMerge() 484 VPrintf(V, "MERGE-OUTER: " in CrashResistantMerge() [all …]
|
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/ |
H A D | lac_sym_qat_hash.c | 48 /**< outer hash setup */ 50 /**< outer hash initial state */ 98 * @param[in] pOuterHashDefs Pointer to Outer Hash definitions. 257 /* For nested hashing - Fill in the outer fields */ in LacSymQat_HashContentDescInit() 260 /* For nested - use the outer algorithm. This covers TLS and in LacSymQat_HashContentDescInit() 271 /* outer config offset */ in LacSymQat_HashContentDescInit() 285 /* outer result size */ in LacSymQat_HashContentDescInit() 294 /* add on size of outer part of hash block */ in LacSymQat_HashContentDescInit() 366 /* Inner and outer prefixes are the block length */ in LacSymQat_HashSetupReqParamsMetaData() 378 /* set inner and outer prefixes */ in LacSymQat_HashSetupReqParamsMetaData() [all …]
|
/freebsd/contrib/libcxxrt/ |
H A D | dynamic_cast.cc | 51 unsigned int outer) const in __do_catch() 68 unsigned int outer) const in __do_catch() 80 if (!(outer & 1)) in __do_catch() 86 // Clear the low bit on outer if we're not const qualified. in __do_catch() 89 outer &= ~1; in __do_catch() 107 return __pointee->__do_catch(ptr_type->__pointee, exception_object, outer); in __do_catch()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Template.h | 93 /// The number of outer levels of template arguments that are not 402 /// The outer scope, which contains local variable 405 LocalInstantiationScope *Outer; variable 410 /// Whether to combine this scope with the outer scope, such that 411 /// lookup will search our outer scope. 429 : SemaRef(SemaRef), Outer(SemaRef.CurrentInstantiationScope), in SemaRef() 452 SemaRef.CurrentInstantiationScope = Outer; in Exit() 456 /// Clone this scope, and all outer scopes, down to the given 468 newScope->Outer = nullptr; in cloneScopes() 469 if (Outer) in cloneScopes() [all …]
|
/freebsd/sys/dev/ice/ |
H A D | ice_flow.h | 189 ICE_RSS_OUTER_HEADERS, /* take outer headers as inputset. */ 191 /* take inner headers as inputset for packet with outer IPv4. */ 193 /* take inner headers as inputset for packet with outer IPv6. */ 195 /* take outer headers first then inner headers as inputset */ 196 /* take inner as inputset for GTPoGRE with outer IPv4 + GRE. */ 198 /* take inner as inputset for GTPoGRE with outer IPv6 + GRE. */ 206 enum ice_rss_cfg_hdr_type hdr_type; /* to specify inner or outer */
|
H A D | virtchnl.h | 841 * If only outer capabilities are supported (for filtering, insertion, and/or 842 * stripping) then this refers to the outer most or single VLAN from the VF's 846 * stripping) then this refers to the outer most or single VLAN from the VF's 847 * perspective. Functionally this is the same as if only outer capabilities are 851 * If both outer and inner capabilities are supported (for filtering, insertion, 852 * and/or stripping) then outer refers to the outer most or single VLAN and 855 * There is no support for tunneled VLAN offloads, so outer or inner are never 859 u32 outer; member 872 * enabled for VLAN filtering. VLAN filtering in this case refers to the outer 974 struct virtchnl_vlan outer; global() member [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | PassManager.h | 544 /// An analysis over an "outer" IR unit that provides access to an 546 /// in the outer unit. 549 /// an analysis over Modules (the "outer" unit) that provides access to a 551 /// manager being proxied, and Functions are the "inner" unit. The inner/outer 598 /// Handler for invalidation of the outer IR unit, \c IRUnitT. 622 /// proxy result object into the outer analysis cache so that we can proxy 659 /// analysis manager over a "outer" IR unit. The inner unit must be contained 660 /// in the outer unit. 664 /// analysis manager. The ModuleAnalysisManager is the "outer" manager being 665 /// proxied, and Modules are the "outer" IR unit. The inner/outer relationship [all …]
|
/freebsd/usr.sbin/fifolog/lib/ |
H A D | fifolog.h | 36 * The outer timestamping and synchronization layer. 40 * All three layers are synchronized at a subset of the outer layer 44 * The outer layer: 92 * in outer layer (apart from a natural correlation with padding) since 99 * timestamping (the timestamp in the outer layer only marks the
|