Searched refs:acceptor (Results 1 - 15 of 15) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
H A D | Makefile | 5 router_proc.o acceptor.o peer.o
|
H A D | acceptor.c | 81 /* Userland acceptor uses 'accept_type' instead of 'accept', due to lnet_acceptor_get_tunables() 82 * conflict with 'accept(2)', but kernel acceptor still uses 'accept' lnet_acceptor_get_tunables() 253 LCONSOLE_ERROR_MSG(0x11f, "Refusing connection from %pI4h magic %08x: %s acceptor protocol\n", lnet_accept() 274 * An acceptor-specific protocol rev will first send a version lnet_accept() 350 LCONSOLE_ERROR_MSG(0x122, "Can't start acceptor on port %d: port already in use\n", lnet_acceptor() 353 LCONSOLE_ERROR_MSG(0x123, "Can't start acceptor on port %d: unexpected error %d\n", lnet_acceptor() 470 CERROR("Can't start acceptor thread: %ld\n", rc2); lnet_acceptor_start() 475 /* wait for acceptor to startup */ lnet_acceptor_start() 498 /* block until acceptor signals exit */ lnet_acceptor_stop()
|
H A D | api-ni.c | 876 /* Return the # of NIs that need the acceptor. */ lnet_count_acceptor_nis()
|
/linux-4.1.27/net/rxrpc/ |
H A D | ar-local.c | 44 INIT_WORK(&local->acceptor, &rxrpc_accept_incoming_calls); rxrpc_alloc_local() 273 ASSERT(!work_pending(&local->acceptor)); rxrpc_destroy_local()
|
H A D | ar-accept.c | 210 container_of(work, struct rxrpc_local, acceptor); rxrpc_accept_incoming_calls()
|
H A D | ar-input.c | 765 rxrpc_queue_work(&local->acceptor); rxrpc_data_ready()
|
H A D | ar-internal.h | 153 struct work_struct acceptor; /* incoming call processor */ member in struct:rxrpc_local
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
H A D | libcfs.h | 108 /* need both kernel and user-land acceptor */
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 273 /* pull in acceptor name (if there is one) */ gss_fill_context() 278 dprintk("RPC: %s Success. gc_expiry %lu now %lu timeout %u acceptor %.*s\n", gss_fill_context() 1357 struct xdr_netobj *acceptor; gss_stringify_acceptor() local 1378 /* did the ctx disappear or was it replaced by one with no acceptor? */ gss_stringify_acceptor() 1385 acceptor = &ctx->gc_acceptor; gss_stringify_acceptor() 1388 * Did we find a new acceptor that's longer than the original? Allocate gss_stringify_acceptor() 1391 if (len < acceptor->len) { gss_stringify_acceptor() 1392 len = acceptor->len; gss_stringify_acceptor() 1398 memcpy(string, acceptor->data, acceptor->len); gss_stringify_acceptor() 1399 string[acceptor->len] = '\0'; gss_stringify_acceptor()
|
H A D | gss_krb5_mech.c | 524 /* acceptor seal encryption */ context_derive_keys_new() 549 /* acceptor sign checksum */ context_derive_keys_new() 569 /* acceptor seal integrity */ context_derive_keys_new()
|
/linux-4.1.27/include/linux/ |
H A D | nfs_fs_sb.h | 48 char * cl_acceptor; /* GSSAPI acceptor name */
|
/linux-4.1.27/fs/nfs/ |
H A D | callback.c | 436 * Did we get the acceptor from userland during the SETCLIENID check_gss_callback_principal()
|
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
H A D | console.c | 1980 /* initialize selftest console acceptor service table */ lstcon_init_acceptor_service() 2025 /* initialize acceptor service table */ lstcon_console_init()
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/ |
H A D | socklnd.c | 1309 * SO_LINGER). I might call back to the acceptor who may want ksocknal_create_conn()
|
/linux-4.1.27/net/bluetooth/ |
H A D | hci_event.c | 4111 BT_DBG("Confirming auto-accept as acceptor"); hci_user_confirm_request_evt()
|
Completed in 569 milliseconds