| /freebsd/share/man/man4/ |
| H A D | multicast.4 | 275 The IPv4 upcalls have 287 The IPv6 upcalls have 543 #define MRT_MFC_BW_UPCALL (1 << 9) /* enable bw upcalls */ 657 upcalls) for user-level encapsulation. 696 .\" 4. Mechanism for "multicast bandwidth monitoring and upcalls". 802 #define BW_UPCALL_DELETE_ALL (1 << 4) /* delete all upcalls for s,d*/ 807 /* max. number of upcalls to deliver together */ 857 of the generated upcalls may introduce too much overhead. 912 The bandwidth upcalls are received by aggregating them in the new upcall 923 The upcalls are [all …]
|
| /freebsd/share/man/man9/ |
| H A D | socket.9 | 322 .Ss Socket Upcalls 342 which register upcalls for receive and send events, respectively. 359 upcalls should return 367 Upcalls are removed from their socket by 643 This manual page does not describe how to register socket upcalls or monitor
|
| /freebsd/sys/netinet/ |
| H A D | ip_mroute.h | 140 #define MRT_MFC_BW_UPCALL (1 << 9) /* enable bw upcalls */ 193 #define BW_UPCALL_DELETE_ALL (1 << 4) /* delete all upcalls for s,d*/ 198 /* max. number of upcalls to deliver together */ 216 uint64_t mrts_cache_cleanups; /* # entries with no upcalls */ 220 uint64_t mrts_upq_sockfull; /* upcalls dropped - socket full */
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | ossl_provider_new.pod | 53 int ossl_provider_activate(OSSL_PROVIDER *prov, int upcalls, int aschild); 208 If I<upcalls> is nonzero then, if this is a child provider, upcalls to the 310 the necessary upcalls for managing child providers. The I<handle> and I<in>
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | provider_core.c | 112 * can make upcalls as part of their normal operation. If you need to call 114 * will make any upcalls or not. For example ossl_provider_up_ref() can call 164 * error upcalls are always direct calls to the outer provider. 1153 * Deactivate a provider. If upcalls is 0 then we suppress any upcalls to a 1158 static int provider_deactivate(OSSL_PROVIDER *prov, int upcalls, in provider_deactivate() argument 1201 if (count >= 1 && prov->ischild && upcalls) { in provider_deactivate() 1255 static int provider_activate(OSSL_PROVIDER *prov, int lock, int upcalls) in provider_activate() argument 1277 if (prov->ischild && upcalls && !ossl_provider_up_ref_parent(prov, 1)) in provider_activate() 1283 if (prov->ischild && upcalls) in provider_activate() 1292 if (prov->ischild && upcalls) in provider_activate() [all …]
|
| /freebsd/sys/rpc/ |
| H A D | krpc.h | 122 int ct_upcallrefs; /* Ref cnt of upcalls in prog. */ 129 uint32_t ct_rcvstate; /* Handle receiving for TLS upcalls */
|
| H A D | rpcsec_tls.h | 50 /* Functions that perform upcalls to the rpctlsd daemon. */
|
| H A D | clnt_vc.c | 770 /* Start the kthread that handles upcalls. */ in clnt_vc_control() 945 * upcalls since the upcall will be doing I/O on in clnt_vc_soupcall() 1245 * Wait for all upcalls in progress to complete.
|
| /freebsd/contrib/netbsd-tests/lib/libpthread/ |
| H A D | t_sigmask.c | 35 * Regression test for pthread_sigmask when SA upcalls aren't started yet. 64 atf_tc_set_md_var(tc, "descr", "Checks pthread_sigmask when SA upcalls " in ATF_TC_HEAD()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_RAND-CRNG-TEST.pod | 13 its parent reference or via the provider entropy upcalls.
|
| H A D | provider-decoder.pod | 56 pointer than being able to pass it to the appropriate BIO upcalls (see
|
| H A D | provider-encoder.pod | 56 pointer than being able to pass it to the appropriate BIO upcalls (see
|
| /freebsd/usr.bin/netstat/ |
| H A D | mroute6.c | 246 p(mrt6s_upcalls, "\t{:upcalls/%ju} " in mrt6_stats() 250 p(mrt6s_upq_sockfull, "\t{:upcalls-dropped-full-buffer/%ju} " in mrt6_stats()
|
| H A D | mroute.c | 435 p(mrts_upcalls, "\t{:upcalls-total/%ju} " in mrt_stats() 440 "\t{:upcalls-dropped-full-buffer/%ju} " in mrt_stats()
|
| /freebsd/sys/netinet6/ |
| H A D | ip6_mroute.h | 136 uint64_t mrt6s_cache_cleanups; /* # entries with no upcalls */ 140 uint64_t mrt6s_upq_sockfull; /* upcalls dropped - socket full */
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | provider.h | 56 int ossl_provider_activate(OSSL_PROVIDER *prov, int upcalls, int aschild);
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | EVP_RAND-CRNG-TEST.7 | 74 its parent reference or via the provider entropy upcalls.
|
| H A D | provider-decoder.7 | 118 pointer than being able to pass it to the appropriate BIO upcalls (see
|
| H A D | provider-encoder.7 | 117 pointer than being able to pass it to the appropriate BIO upcalls (see
|
| /freebsd/usr.sbin/rpc.tlsclntd/ |
| H A D | rpc.tlsclntd.8 | 216 can no longer do upcalls successfully, since the
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linuxkpi_80211_pm.c | 202 * LinuxKPI upcalls.
|
| /freebsd/sys/contrib/xen/ |
| H A D | sched.h | 68 * If called with event upcalls masked, this operation will atomically
|
| /freebsd/crypto/openssl/providers/ |
| H A D | legacyprov.c | 267 * upcalls.
|
| /freebsd/usr.sbin/rpc.tlsservd/ |
| H A D | rpc.tlsservd.8 | 386 can no longer do upcalls successfully, since the
|
| /freebsd/sys/contrib/xen/hvm/ |
| H A D | hvm_op.h | 208 * channel upcalls on the specified <vcpu>. If set,
|