Searched refs:listen_ctx (Results 1 – 3 of 3) sorted by relevance
616 __skb_unlink((struct sk_buff *)&csk->synq, &csk->listen_ctx->synq); in cleanup_syn_rcv_conn()621 static void chtls_reset_synq(struct listen_ctx *listen_ctx) in chtls_reset_synq() argument623 struct sock *listen_sk = listen_ctx->lsk; in chtls_reset_synq()625 while (!skb_queue_empty(&listen_ctx->synq)) { in chtls_reset_synq()628 (&listen_ctx->synq), struct chtls_sock, synq); in chtls_reset_synq()649 struct listen_ctx *ctx; in chtls_listen_start()732 struct listen_ctx *listen_ctx; in chtls_listen_stop() local739 listen_ctx = (struct listen_ctx *)lookup_stid(cdev->tids, stid); in chtls_listen_stop()740 chtls_reset_synq(listen_ctx); in chtls_listen_stop()764 struct listen_ctx *listen_ctx; in chtls_pass_open_rpl() local[all …]
190 struct listen_ctx { struct323 struct listen_ctx *listen_ctx; member
298 struct ucma_context *listen_ctx = cm_id->context; in ucma_connect_event_handler() local302 if (!atomic_add_unless(&listen_ctx->backlog, -1, 0)) in ucma_connect_event_handler()304 ctx = ucma_alloc_ctx(listen_ctx->file); in ucma_connect_event_handler()309 uevent = ucma_create_uevent(listen_ctx, event); in ucma_connect_event_handler()327 atomic_inc(&listen_ctx->backlog); in ucma_connect_event_handler()