| /freebsd-13.1/sys/netinet/ |
| H A D | ip_ecn.c | 100 if (!outer || !inner) in ip_ecn_ingress() 103 *outer = *inner; in ip_ecn_ingress() 111 *outer &= ~IPTOS_ECN_ECT1; in ip_ecn_ingress() 117 *outer &= ~IPTOS_ECN_MASK; in ip_ecn_ingress() 132 if (!outer || !inner) in ip_ecn_egress() 152 if ((*outer & IPTOS_ECN_MASK) == IPTOS_ECN_CE) in ip_ecn_egress() 167 if (!outer || !inner) in ip6_ecn_ingress() 172 *outer &= ~htonl(0xff << 20); in ip6_ecn_ingress() 173 *outer |= htonl((u_int32_t)outer8 << 20); in ip6_ecn_ingress() 181 if (!outer || !inner) in ip6_ecn_egress() [all …]
|
| H A D | tcp_lro.c | 806 csum = tcp_lro_update_checksum(&le->outer, NULL, in tcp_flush_out_entry() 829 switch (le->outer.data.lro_type) { in tcp_flush_out_entry() 831 csum = tcp_lro_update_checksum(&le->outer, le, in tcp_flush_out_entry() 841 csum = tcp_lro_update_checksum(&le->outer, le, in tcp_flush_out_entry() 1265 (le->outer.data.vlan_id != 0) || in tcp_lro_flush_tcphpts() 1603 lro_type = le->outer.data.lro_type; in do_bpf_strip_and_compress() 1606 tcp_hdr_offset -= sizeof(*le->outer.ip4); in do_bpf_strip_and_compress() 1610 tcp_hdr_offset -= sizeof(*le->outer.ip6); in do_bpf_strip_and_compress() 1618 tcp_hdr_offset -= sizeof(*le->outer.ip4); in do_bpf_strip_and_compress() 1622 tcp_hdr_offset -= sizeof(*le->outer.ip6); in do_bpf_strip_and_compress() [all …]
|
| H A D | tcp_lro.h | 133 struct lro_parser outer; member
|
| /freebsd-13.1/contrib/netbsd-tests/net/if_gif/ |
| H A D | t_gif.sh | 123 outer=${2} 160 outer=${2} 218 outer=${2} 329 outer=${2} 616 outer=$2 632 outer=$2 # not use 640 outer=$2 # not use 649 outer=$2 666 outer=$2 688 outer=$2 [all …]
|
| /freebsd-13.1/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-13.1/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() 89 outer &= ~1; in __do_catch() 107 return __pointee->__do_catch(ptr_type->__pointee, exception_object, outer); in __do_catch()
|
| H A D | typeinfo.h | 92 unsigned outer) const; 289 unsigned outer) const;
|
| /freebsd-13.1/contrib/bmake/unit-tests/ |
| H A D | opt-debug-for.mk | 19 .for outer in a b 21 VAR.${outer}${inner}= value
|
| H A D | directive-for.exp | 1 make: "directive-for.mk" line 108: outer 17 make: "directive-for.mk" line 148: outer value value 18 make: "directive-for.mk" line 148: outer "quoted" \"quoted\"
|
| H A D | directive-for.mk | 106 .for i in outer 146 var= outer 224 .for outer in o
|
| H A D | directive-for-lines.mk | 10 .for outer in a b
|
| H A D | directive-for-escape.mk | 114 i= outer
|
| /freebsd-13.1/crypto/openssl/crypto/bn/asm/ |
| H A D | armv4-mont.pl | 301 my ($tinptr,$toutptr,$inner,$outer,$bnptr)=map("r$_",(6..11)); 349 sub $outer,$num,#1 388 subs $outer,$outer,#1 461 mov $outer,$num 622 subs $outer,$outer,#8
|
| H A D | bn-c64xplus.asm | 232 || MVK 8,A0 ; M, outer loop counter 264 outer?: ; m*2*(n+1)+10 272 [A0] BNOP.S1 outer?,4 276 ;; end of outer?
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/arm/ |
| H 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.
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
| H A D | RewriteRule.h | 250 inline EditGenerator shrinkTo(RangeSelector outer, RangeSelector inner) { in shrinkTo() argument 251 return editList({remove(enclose(before(outer), before(inner))), in shrinkTo() 252 remove(enclose(after(inner), after(outer)))}); in shrinkTo()
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | eap_testing.txt | 255 Note: Needed to use unknown identity in outer auth and some times the server 263 Using 1300 for outer auth and 500 for inner auth seemed to work. 264 Note: Needed to use unknown identity in outer auth and some times the server 276 Using 1300 for outer auth and 500 for inner auth seemed to work. 362 keys with outer EAP-Success message after this 368 keys with outer EAP-Success message after this 373 - uses TLV Success and Reply, sends MPPE keys with outer EAP-Success message 390 keys with outer EAP-Success message after this
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/arm/socionext/ |
| H 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
|
| /freebsd-13.1/bin/sh/tests/builtins/ |
| H A D | break5.4 | 5 # In some uncommitted code, the subshell environment corrupted the outer
|
| /freebsd-13.1/sys/mips/cavium/cryptocteon/ |
| H A D | cavium_crypto.c | 233 octo_calc_hash(uint8_t auth, unsigned char *key, uint64_t *inner, uint64_t *outer) in octo_calc_hash() argument 311 CVMX_MF_HSH_IV(outer[0], 0); in octo_calc_hash() 312 CVMX_MF_HSH_IV(outer[1], 1); in octo_calc_hash() 314 outer[2] = 0; in octo_calc_hash() 315 CVMX_MF_HSH_IV(outer[2], 2); in octo_calc_hash()
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | DSA_generate_parameters.pod | 62 B<BN_GENCB_call(cb, 1, i)> is called in the outer loop 81 B<BN_GENCB_call(cb, 1, i)> is called in the outer loop
|
| H A D | BIO_new_CMS.pod | 40 responsibility to set the inner content type of any outer CMS_ContentInfo
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | arm-realview-eb-mp.dtsi | 75 * since th outer sync operation can cause the 83 arm,outer-sync-disable;
|
| /freebsd-13.1/contrib/jemalloc/src/ |
| H A D | extent.c | 1561 const extent_t *outer) { in extent_can_coalesce() argument 1563 if (extent_arena_get(outer) != arena) { in extent_can_coalesce() 1568 if (extent_state_get(outer) != extents->state) { in extent_can_coalesce() 1572 if (extent_committed_get(inner) != extent_committed_get(outer)) { in extent_can_coalesce() 1581 extents_t *extents, extent_t *inner, extent_t *outer, bool forward, in extent_coalesce() argument 1583 assert(extent_can_coalesce(arena, extents, inner, outer)); in extent_coalesce() 1585 extent_activate_locked(tsdn, arena, extents, outer); in extent_coalesce() 1589 forward ? inner : outer, forward ? outer : inner, growing_retained); in extent_coalesce() 1593 extent_deactivate_locked(tsdn, arena, extents, outer); in extent_coalesce()
|
| /freebsd-13.1/contrib/bearssl/src/x509/ |
| H A D | x509_decoder.t0 | 154 \ Open the outer SEQUENCE. 311 \ Close the outer SEQUENCE.
|