Home
last modified time | relevance | path

Searched defs:conn (Results 1 – 25 of 62) sorted by relevance

123

/net/bluetooth/
Dhci_conn.c63 static void hci_connect_le_scan_cleanup(struct hci_conn *conn) in hci_connect_le_scan_cleanup()
114 static void hci_conn_cleanup(struct hci_conn *conn) in hci_conn_cleanup()
139 struct hci_conn *conn = container_of(work, struct hci_conn, in le_scan_cleanup() local
166 static void hci_connect_le_scan_remove(struct hci_conn *conn) in hci_connect_le_scan_remove()
184 static void hci_acl_create_connection(struct hci_conn *conn) in hci_acl_create_connection()
227 int hci_disconnect(struct hci_conn *conn, __u8 reason) in hci_disconnect()
249 static void hci_add_sco(struct hci_conn *conn, __u16 handle) in hci_add_sco()
267 bool hci_setup_sync(struct hci_conn *conn, __u16 handle) in hci_setup_sync()
317 u8 hci_le_conn_update(struct hci_conn *conn, u16 min, u16 max, u16 latency, in hci_le_conn_update()
353 void hci_le_start_enc(struct hci_conn *conn, __le16 ediv, __le64 rand, in hci_le_start_enc()
[all …]
Dl2cap_core.c90 static struct l2cap_chan *__l2cap_get_chan_by_dcid(struct l2cap_conn *conn, in __l2cap_get_chan_by_dcid()
102 static struct l2cap_chan *__l2cap_get_chan_by_scid(struct l2cap_conn *conn, in __l2cap_get_chan_by_scid()
116 static struct l2cap_chan *l2cap_get_chan_by_scid(struct l2cap_conn *conn, in l2cap_get_chan_by_scid()
133 static struct l2cap_chan *l2cap_get_chan_by_dcid(struct l2cap_conn *conn, in l2cap_get_chan_by_dcid()
147 static struct l2cap_chan *__l2cap_get_chan_by_ident(struct l2cap_conn *conn, in __l2cap_get_chan_by_ident()
159 static struct l2cap_chan *l2cap_get_chan_by_ident(struct l2cap_conn *conn, in l2cap_get_chan_by_ident()
233 static u16 l2cap_alloc_cid(struct l2cap_conn *conn) in l2cap_alloc_cid()
400 struct l2cap_conn *conn = chan->conn; in l2cap_chan_timeout() local
524 void __l2cap_chan_add(struct l2cap_conn *conn, struct l2cap_chan *chan) in __l2cap_chan_add()
576 void l2cap_chan_add(struct l2cap_conn *conn, struct l2cap_chan *chan) in l2cap_chan_add()
[all …]
Dhci_event.c119 struct hci_conn *conn; in hci_cc_role_discovery() local
138 struct hci_conn *conn; in hci_cc_read_link_policy() local
157 struct hci_conn *conn; in hci_cc_write_link_policy() local
807 struct hci_conn *conn; in hci_cc_read_clock() local
877 struct hci_conn *conn; in hci_cc_pin_code_reply() local
1078 struct hci_conn *conn; in hci_cc_le_set_adv_enable() local
1398 struct hci_conn *conn; in hci_cc_read_rssi() local
1418 struct hci_conn *conn; in hci_cc_read_tx_power() local
1478 struct hci_conn *conn; in hci_cs_create_conn() local
1551 struct hci_conn *conn; in hci_cs_auth_requested() local
[all …]
Dhci_sysfs.c29 struct hci_conn *conn = to_hci_conn(dev); in show_link_type() local
36 struct hci_conn *conn = to_hci_conn(dev); in show_link_address() local
56 struct hci_conn *conn = to_hci_conn(dev); in bt_link_release() local
76 void hci_conn_init_sysfs(struct hci_conn *conn) in hci_conn_init_sysfs()
89 void hci_conn_add_sysfs(struct hci_conn *conn) in hci_conn_add_sysfs()
105 void hci_conn_del_sysfs(struct hci_conn *conn) in hci_conn_del_sysfs()
Dsmp.c96 struct l2cap_conn *conn; member
603 static void smp_send_cmd(struct l2cap_conn *conn, u8 code, u16 len, void *data) in smp_send_cmd()
661 static void build_pairing_cmd(struct l2cap_conn *conn, in build_pairing_cmd()
737 static u8 check_enc_key_size(struct l2cap_conn *conn, __u8 max_key_size) in check_enc_key_size()
752 static void smp_chan_destroy(struct l2cap_conn *conn) in smp_chan_destroy()
806 static void smp_failure(struct l2cap_conn *conn, u8 reason) in smp_failure()
860 static int tk_request(struct l2cap_conn *conn, u8 remote_oob, u8 auth, in tk_request()
952 struct l2cap_conn *conn = smp->conn; in smp_confirm() local
979 struct l2cap_conn *conn = smp->conn; in smp_random() local
1039 static void smp_notify_keys(struct l2cap_conn *conn) in smp_notify_keys()
[all …]
Dsco.c68 struct sco_conn *conn; member
105 struct sco_conn *conn = hcon->sco_data; in sco_conn_add() local
133 struct sco_conn *conn; in sco_chan_del() local
158 struct sco_conn *conn = hcon->sco_data; in sco_conn_del() local
184 static void __sco_chan_add(struct sco_conn *conn, struct sock *sk, in __sco_chan_add()
196 static int sco_chan_add(struct sco_conn *conn, struct sock *sk, in sco_chan_add()
213 struct sco_conn *conn; in sco_connect() local
275 struct sco_conn *conn = sco_pi(sk)->conn; in sco_send_frame() local
295 static void sco_recv_frame(struct sco_conn *conn, struct sk_buff *skb) in sco_recv_frame()
733 static void sco_conn_defer_accept(struct hci_conn *conn, u16 setting) in sco_conn_defer_accept()
[all …]
/net/rds/
Dib_cm.c45 static void rds_ib_set_protocol(struct rds_connection *conn, unsigned int version) in rds_ib_set_protocol()
53 static void rds_ib_set_flow_control(struct rds_connection *conn, u32 credits) in rds_ib_set_flow_control()
95 void rds_ib_cm_connect_complete(struct rds_connection *conn, struct rdma_cm_event *event) in rds_ib_cm_connect_complete()
171 static void rds_ib_cm_fill_conn_param(struct rds_connection *conn, in rds_ib_cm_fill_conn_param()
229 struct rds_connection *conn = context; in rds_ib_cq_comp_handler_recv() local
265 struct rds_connection *conn = ic->conn; in rds_ib_tasklet_fn_send() local
284 struct rds_connection *conn = ic->conn; in rds_ib_tasklet_fn_recv() local
311 struct rds_connection *conn = data; in rds_ib_qp_event_handler() local
333 struct rds_connection *conn = context; in rds_ib_cq_comp_handler_send() local
347 static int rds_ib_setup_qp(struct rds_connection *conn) in rds_ib_setup_qp()
[all …]
Dthreads.c74 void rds_connect_complete(struct rds_connection *conn) in rds_connect_complete()
113 void rds_queue_reconnect(struct rds_connection *conn) in rds_queue_reconnect()
141 struct rds_connection *conn = container_of(work, struct rds_connection, c_conn_w.work); in rds_connect_worker() local
161 struct rds_connection *conn = container_of(work, struct rds_connection, c_send_w.work); in rds_send_worker() local
185 struct rds_connection *conn = container_of(work, struct rds_connection, c_recv_w.work); in rds_recv_worker() local
207 struct rds_connection *conn = container_of(work, struct rds_connection, c_down_w); in rds_shutdown_worker() local
Diw_cm.c45 static void rds_iw_set_protocol(struct rds_connection *conn, unsigned int version) in rds_iw_set_protocol()
53 static void rds_iw_set_flow_control(struct rds_connection *conn, u32 credits) in rds_iw_set_flow_control()
70 void rds_iw_cm_connect_complete(struct rds_connection *conn, struct rdma_cm_event *event) in rds_iw_cm_connect_complete()
107 static void rds_iw_cm_fill_conn_param(struct rds_connection *conn, in rds_iw_cm_fill_conn_param()
149 struct rds_connection *conn = data; in rds_iw_qp_event_handler() local
250 static int rds_iw_setup_qp(struct rds_connection *conn) in rds_iw_setup_qp()
385 struct rds_connection *conn = NULL; in rds_iw_cm_handle_connect() local
482 struct rds_connection *conn = cm_id->context; in rds_iw_cm_initiate_connect() local
518 int rds_iw_conn_connect(struct rds_connection *conn) in rds_iw_conn_connect()
578 void rds_iw_conn_shutdown(struct rds_connection *conn) in rds_iw_conn_shutdown()
[all …]
Dloop.c60 static int rds_loop_xmit(struct rds_connection *conn, struct rds_message *rm, in rds_loop_xmit()
103 static int rds_loop_recv(struct rds_connection *conn) in rds_loop_recv()
110 struct rds_connection *conn; member
119 static int rds_loop_conn_alloc(struct rds_connection *conn, gfp_t gfp) in rds_loop_conn_alloc()
151 static int rds_loop_conn_connect(struct rds_connection *conn) in rds_loop_conn_connect()
157 static void rds_loop_conn_shutdown(struct rds_connection *conn) in rds_loop_conn_shutdown()
Dconnection.c78 struct rds_connection *conn, *ret = NULL; in rds_conn_lookup() local
98 static void rds_conn_reset(struct rds_connection *conn) in rds_conn_reset()
126 struct rds_connection *conn, *parent = NULL; in __rds_conn_create() local
270 void rds_conn_shutdown(struct rds_connection *conn) in rds_conn_shutdown()
337 void rds_conn_destroy(struct rds_connection *conn) in rds_conn_destroy()
396 struct rds_connection *conn; in rds_conn_message_info() local
457 struct rds_connection *conn; in rds_for_each_conn_info() local
487 static int rds_conn_info_visitor(struct rds_connection *conn, in rds_conn_info_visitor()
556 void rds_conn_drop(struct rds_connection *conn) in rds_conn_drop()
567 void rds_conn_connect_if_down(struct rds_connection *conn) in rds_conn_connect_if_down()
[all …]
Dsend.c65 void rds_send_reset(struct rds_connection *conn) in rds_send_reset()
103 static int acquire_in_xmit(struct rds_connection *conn) in acquire_in_xmit()
108 static void release_in_xmit(struct rds_connection *conn) in release_in_xmit()
136 int rds_send_xmit(struct rds_connection *conn) in rds_send_xmit()
568 struct rds_message *rds_send_get_message(struct rds_connection *conn, in rds_send_get_message()
689 void rds_send_drop_acked(struct rds_connection *conn, u64 ack, in rds_send_drop_acked()
720 struct rds_connection *conn; in rds_send_drop_to() local
812 static int rds_send_queue_rm(struct rds_sock *rs, struct rds_connection *conn, in rds_send_queue_rm()
994 struct rds_connection *conn; in rds_sendmsg() local
1163 rds_send_pong(struct rds_connection *conn, __be16 dport) in rds_send_pong()
Dtcp_recv.c105 static void rds_tcp_cong_recv(struct rds_connection *conn, in rds_tcp_cong_recv()
150 struct rds_connection *conn; member
158 struct rds_connection *conn = arg->conn; in rds_tcp_data_recv() local
261 static int rds_tcp_read_sock(struct rds_connection *conn, gfp_t gfp) in rds_tcp_read_sock()
289 int rds_tcp_recv(struct rds_connection *conn) in rds_tcp_recv()
307 struct rds_connection *conn; in rds_tcp_data_ready() local
Dtcp_connect.c43 struct rds_connection *conn; in rds_tcp_state_change() local
76 int rds_tcp_conn_connect(struct rds_connection *conn) in rds_tcp_conn_connect()
137 void rds_tcp_conn_shutdown(struct rds_connection *conn) in rds_tcp_conn_shutdown()
Dtcp_send.c51 void rds_tcp_xmit_prepare(struct rds_connection *conn) in rds_tcp_xmit_prepare()
58 void rds_tcp_xmit_complete(struct rds_connection *conn) in rds_tcp_xmit_complete()
80 int rds_tcp_xmit(struct rds_connection *conn, struct rds_message *rm, in rds_tcp_xmit()
180 struct rds_connection *conn; in rds_tcp_write_space() local
Dib_send.c248 struct rds_connection *conn = ic->conn; in rds_ib_send_cqe_handler() local
383 struct rds_connection *conn = ic->i_cm_id->context; in rds_ib_send_grab_credits() local
412 void rds_ib_send_add_credits(struct rds_connection *conn, unsigned int credits) in rds_ib_send_add_credits()
433 void rds_ib_advertise_credits(struct rds_connection *conn, unsigned int posted) in rds_ib_advertise_credits()
488 int rds_ib_xmit(struct rds_connection *conn, struct rds_message *rm, in rds_ib_xmit()
759 int rds_ib_xmit_atomic(struct rds_connection *conn, struct rm_atomic_op *op) in rds_ib_xmit_atomic()
848 int rds_ib_xmit_rdma(struct rds_connection *conn, struct rm_rdma_op *op) in rds_ib_xmit_rdma()
989 void rds_ib_xmit_complete(struct rds_connection *conn) in rds_ib_xmit_complete()
Diw_send.c190 struct rds_connection *conn = context; in rds_iw_send_cq_comp_handler() local
364 struct rds_connection *conn = ic->i_cm_id->context; in rds_iw_send_grab_credits() local
393 void rds_iw_send_add_credits(struct rds_connection *conn, unsigned int credits) in rds_iw_send_add_credits()
414 void rds_iw_advertise_credits(struct rds_connection *conn, unsigned int posted) in rds_iw_advertise_credits()
488 int rds_iw_xmit(struct rds_connection *conn, struct rds_message *rm, in rds_iw_xmit()
786 int rds_iw_xmit_rdma(struct rds_connection *conn, struct rm_rdma_op *op) in rds_iw_xmit_rdma()
974 void rds_iw_xmit_complete(struct rds_connection *conn) in rds_iw_xmit_complete()
Dcong.c183 void rds_cong_add_conn(struct rds_connection *conn) in rds_cong_add_conn()
193 void rds_cong_remove_conn(struct rds_connection *conn) in rds_cong_remove_conn()
203 int rds_cong_get_maps(struct rds_connection *conn) in rds_cong_get_maps()
216 struct rds_connection *conn; in rds_cong_queue_updates() local
410 struct rds_message *rds_cong_update_alloc(struct rds_connection *conn) in rds_cong_update_alloc()
Diw_recv.c137 static int rds_iw_recv_refill_one(struct rds_connection *conn, in rds_iw_recv_refill_one()
224 int rds_iw_recv_refill(struct rds_connection *conn, gfp_t kptr_gfp, in rds_iw_recv_refill()
553 static void rds_iw_cong_recv(struct rds_connection *conn, in rds_iw_cong_recv()
634 static void rds_iw_process_recv(struct rds_connection *conn, in rds_iw_process_recv()
770 struct rds_connection *conn = context; in rds_iw_recv_cq_comp_handler() local
783 struct rds_connection *conn = ic->conn; in rds_poll_cq() local
821 struct rds_connection *conn = ic->conn; in rds_iw_recv_tasklet_fn() local
850 int rds_iw_recv(struct rds_connection *conn) in rds_iw_recv()
Dib_recv.c299 static int rds_ib_recv_refill_one(struct rds_connection *conn, in rds_ib_recv_refill_one()
350 static int acquire_refill(struct rds_connection *conn) in acquire_refill()
355 static void release_refill(struct rds_connection *conn) in release_refill()
375 void rds_ib_recv_refill(struct rds_connection *conn, int prefill, gfp_t gfp) in rds_ib_recv_refill()
764 static void rds_ib_cong_recv(struct rds_connection *conn, in rds_ib_cong_recv()
831 static void rds_ib_process_recv(struct rds_connection *conn, in rds_ib_process_recv()
960 struct rds_connection *conn = ic->conn; in rds_ib_recv_cqe_handler() local
1011 int rds_ib_recv(struct rds_connection *conn) in rds_ib_recv()
/net/rxrpc/
Dar-connection.c200 struct rxrpc_connection *conn; in rxrpc_alloc_connection() local
228 static void rxrpc_assign_connection_id(struct rxrpc_connection *conn) in rxrpc_assign_connection_id()
302 static void rxrpc_add_call_ID_to_conn(struct rxrpc_connection *conn, in rxrpc_add_call_ID_to_conn()
341 struct rxrpc_connection *conn; in rxrpc_connect_exclusive() local
435 struct rxrpc_connection *conn, *candidate; in rxrpc_connect_call() local
626 struct rxrpc_connection *conn, *candidate = NULL; in rxrpc_incoming_connection() local
756 struct rxrpc_connection *conn; in rxrpc_find_connection() local
804 void rxrpc_put_connection(struct rxrpc_connection *conn) in rxrpc_put_connection()
823 static void rxrpc_destroy_connection(struct rxrpc_connection *conn) in rxrpc_destroy_connection()
848 struct rxrpc_connection *conn, *_p; in rxrpc_connection_reaper() local
Dar-connevent.c28 static void rxrpc_abort_calls(struct rxrpc_connection *conn, int state, in rxrpc_abort_calls()
60 static int rxrpc_abort_connection(struct rxrpc_connection *conn, in rxrpc_abort_connection()
144 static int rxrpc_process_event(struct rxrpc_connection *conn, in rxrpc_process_event()
214 static void rxrpc_secure_connection(struct rxrpc_connection *conn) in rxrpc_secure_connection()
260 struct rxrpc_connection *conn = in rxrpc_process_connection() local
Dar-security.c124 int rxrpc_init_client_conn_security(struct rxrpc_connection *conn) in rxrpc_init_client_conn_security()
163 int rxrpc_init_server_conn_security(struct rxrpc_connection *conn) in rxrpc_init_server_conn_security()
252 void rxrpc_clear_conn_security(struct rxrpc_connection *conn) in rxrpc_clear_conn_security()
Drxkad.c62 static int rxkad_init_connection_security(struct rxrpc_connection *conn) in rxkad_init_connection_security()
113 static void rxkad_prime_packet_security(struct rxrpc_connection *conn) in rxkad_prime_packet_security()
576 static int rxkad_issue_challenge(struct rxrpc_connection *conn) in rxkad_issue_challenge()
638 static int rxkad_send_response(struct rxrpc_connection *conn, in rxkad_send_response()
726 static void rxkad_encrypt_response(struct rxrpc_connection *conn, in rxkad_encrypt_response()
747 static int rxkad_respond_to_challenge(struct rxrpc_connection *conn, in rxkad_respond_to_challenge()
828 static int rxkad_decrypt_ticket(struct rxrpc_connection *conn, in rxkad_decrypt_ticket()
974 static void rxkad_decrypt_response(struct rxrpc_connection *conn, in rxkad_decrypt_response()
1007 static int rxkad_verify_response(struct rxrpc_connection *conn, in rxkad_verify_response()
1122 static void rxkad_clear(struct rxrpc_connection *conn) in rxkad_clear()
Dar-input.c586 static void rxrpc_post_packet_to_conn(struct rxrpc_connection *conn, in rxrpc_post_packet_to_conn()
616 struct rxrpc_connection *conn; in rxrpc_conn_from_local() local
729 struct rxrpc_connection *conn; in rxrpc_data_ready() local

123