Searched refs:conn (Results 1 – 10 of 10) sorted by relevance
/include/net/bluetooth/ |
D | hci_core.h | 320 void hci_acl_connect(struct hci_conn *conn); 321 void hci_acl_disconn(struct hci_conn *conn, __u8 reason); 322 void hci_add_sco(struct hci_conn *conn, __u16 handle); 323 void hci_setup_sync(struct hci_conn *conn, __u16 handle); 326 int hci_conn_del(struct hci_conn *conn); 331 int hci_conn_check_link_mode(struct hci_conn *conn); 332 int hci_conn_security(struct hci_conn *conn, __u8 sec_level, __u8 auth_type); 333 int hci_conn_change_link_key(struct hci_conn *conn); 334 int hci_conn_switch_role(struct hci_conn *conn, __u8 role); 336 void hci_conn_enter_active_mode(struct hci_conn *conn); [all …]
|
D | sco.h | 76 struct sco_conn *conn; member
|
D | l2cap.h | 258 struct l2cap_conn *conn; member
|
/include/scsi/ |
D | scsi_transport_iscsi.h | 98 int (*start_conn) (struct iscsi_cls_conn *conn); 99 void (*stop_conn) (struct iscsi_cls_conn *conn, int flag); 100 void (*destroy_conn) (struct iscsi_cls_conn *conn); 101 int (*set_param) (struct iscsi_cls_conn *conn, enum iscsi_param param, 103 int (*get_conn_param) (struct iscsi_cls_conn *conn, 112 int (*send_pdu) (struct iscsi_cls_conn *conn, struct iscsi_hdr *hdr, 114 void (*get_stats) (struct iscsi_cls_conn *conn, 125 void (*parse_pdu_itt) (struct iscsi_conn *conn, itt_t itt, 146 extern void iscsi_conn_error_event(struct iscsi_cls_conn *conn, 148 extern int iscsi_recv_pdu(struct iscsi_cls_conn *conn, struct iscsi_hdr *hdr, [all …]
|
D | libiscsi.h | 130 struct iscsi_conn *conn; /* used connection */ member 384 extern void iscsi_conn_failure(struct iscsi_conn *conn, enum iscsi_err err); 389 extern void iscsi_suspend_tx(struct iscsi_conn *conn);
|
D | libiscsi_tcp.h | 95 extern int iscsi_tcp_recv_skb(struct iscsi_conn *conn, struct sk_buff *skb,
|
/include/net/9p/ |
D | client.h | 145 struct p9_conn *conn; member
|
/include/rdma/ |
D | rdma_cm.h | 110 struct rdma_conn_param conn; member
|
D | rdma_user_cm.h | 211 struct rdma_ucm_conn_param conn; member
|
/include/net/ |
D | llc_conn.h | 110 extern int llc_conn_remove_acked_pdus(struct sock *conn, u8 nr,
|