Searched refs:acceptor (Results 1 - 15 of 15) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
H A DMakefile5 router_proc.o acceptor.o peer.o
H A Dacceptor.c81 /* 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 Dapi-ni.c876 /* Return the # of NIs that need the acceptor. */ lnet_count_acceptor_nis()
/linux-4.1.27/net/rxrpc/
H A Dar-local.c44 INIT_WORK(&local->acceptor, &rxrpc_accept_incoming_calls); rxrpc_alloc_local()
273 ASSERT(!work_pending(&local->acceptor)); rxrpc_destroy_local()
H A Dar-accept.c210 container_of(work, struct rxrpc_local, acceptor); rxrpc_accept_incoming_calls()
H A Dar-input.c765 rxrpc_queue_work(&local->acceptor); rxrpc_data_ready()
H A Dar-internal.h153 struct work_struct acceptor; /* incoming call processor */ member in struct:rxrpc_local
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
H A Dlibcfs.h108 /* need both kernel and user-land acceptor */
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dauth_gss.c273 /* 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 Dgss_krb5_mech.c524 /* 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 Dnfs_fs_sb.h48 char * cl_acceptor; /* GSSAPI acceptor name */
/linux-4.1.27/fs/nfs/
H A Dcallback.c436 * 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 Dconsole.c1980 /* 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 Dsocklnd.c1309 * SO_LINGER). I might call back to the acceptor who may want ksocknal_create_conn()
/linux-4.1.27/net/bluetooth/
H A Dhci_event.c4111 BT_DBG("Confirming auto-accept as acceptor"); hci_user_confirm_request_evt()

Completed in 569 milliseconds