Home
last modified time | relevance | path

Searched full:upcalls (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/share/man/man4/
H A Dmulticast.4275 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 Dsocket.9322 .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 Dip_mroute.h140 #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 Dossl_provider_new.pod53 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 Dprovider_core.c112 * 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 Dkrpc.h122 int ct_upcallrefs; /* Ref cnt of upcalls in prog. */
129 uint32_t ct_rcvstate; /* Handle receiving for TLS upcalls */
H A Drpcsec_tls.h50 /* Functions that perform upcalls to the rpctlsd daemon. */
H A Dclnt_vc.c770 /* 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 Dt_sigmask.c35 * 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 DEVP_RAND-CRNG-TEST.pod13 its parent reference or via the provider entropy upcalls.
H A Dprovider-decoder.pod56 pointer than being able to pass it to the appropriate BIO upcalls (see
H A Dprovider-encoder.pod56 pointer than being able to pass it to the appropriate BIO upcalls (see
/freebsd/usr.bin/netstat/
H A Dmroute6.c246 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 Dmroute.c435 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 Dip6_mroute.h136 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 Dprovider.h56 int ossl_provider_activate(OSSL_PROVIDER *prov, int upcalls, int aschild);
/freebsd/secure/lib/libcrypto/man/man7/
H A DEVP_RAND-CRNG-TEST.774 its parent reference or via the provider entropy upcalls.
H A Dprovider-decoder.7118 pointer than being able to pass it to the appropriate BIO upcalls (see
H A Dprovider-encoder.7117 pointer than being able to pass it to the appropriate BIO upcalls (see
/freebsd/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.8216 can no longer do upcalls successfully, since the
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinuxkpi_80211_pm.c202 * LinuxKPI upcalls.
/freebsd/sys/contrib/xen/
H A Dsched.h68 * If called with event upcalls masked, this operation will atomically
/freebsd/crypto/openssl/providers/
H A Dlegacyprov.c267 * upcalls.
/freebsd/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.8386 can no longer do upcalls successfully, since the
/freebsd/sys/contrib/xen/hvm/
H A Dhvm_op.h208 * channel upcalls on the specified <vcpu>. If set,

12