/Linux-v4.19/drivers/target/iscsi/cxgbit/ |
D | cxgbit_target.c | 30 __cxgbit_alloc_skb(struct cxgbit_sock *csk, u32 len, bool iso) in __cxgbit_alloc_skb() 70 static struct sk_buff *cxgbit_alloc_skb(struct cxgbit_sock *csk, u32 len) in cxgbit_alloc_skb() 163 cxgbit_tx_data_wr(struct cxgbit_sock *csk, struct sk_buff *skb, u32 dlen, in cxgbit_tx_data_wr() 205 void cxgbit_push_tx_frames(struct cxgbit_sock *csk) in cxgbit_push_tx_frames() 290 static bool cxgbit_lock_sock(struct cxgbit_sock *csk) in cxgbit_lock_sock() 302 static void cxgbit_unlock_sock(struct cxgbit_sock *csk) in cxgbit_unlock_sock() 327 static int cxgbit_queue_skb(struct cxgbit_sock *csk, struct sk_buff *skb) in cxgbit_queue_skb() 413 cxgbit_tx_datain_iso(struct cxgbit_sock *csk, struct iscsi_cmd *cmd, in cxgbit_tx_datain_iso() 504 cxgbit_tx_datain(struct cxgbit_sock *csk, struct iscsi_cmd *cmd, in cxgbit_tx_datain() 537 struct cxgbit_sock *csk = conn->context; in cxgbit_xmit_datain_pdu() local [all …]
|
D | cxgbit_cm.c | 472 struct cxgbit_sock *csk) in cxgbit_set_conn_info() 482 struct cxgbit_sock *csk; in cxgbit_accept_np() local 615 static void cxgbit_send_halfclose(struct cxgbit_sock *csk) in cxgbit_send_halfclose() 648 static int cxgbit_send_abort_req(struct cxgbit_sock *csk) in cxgbit_send_abort_req() 669 __cxgbit_abort_conn(struct cxgbit_sock *csk, struct sk_buff *skb) in __cxgbit_abort_conn() 688 void cxgbit_abort_conn(struct cxgbit_sock *csk) in cxgbit_abort_conn() 710 struct cxgbit_sock *csk = conn->context; in cxgbit_free_conn() local 744 static void cxgbit_set_emss(struct cxgbit_sock *csk, u16 opt) in cxgbit_set_emss() 762 static void cxgbit_free_skb(struct cxgbit_sock *csk) in cxgbit_free_skb() 780 struct cxgbit_sock *csk; in _cxgbit_free_csk() local [all …]
|
D | cxgbit_main.c | 93 struct cxgbit_sock *csk; in cxgbit_close_conn() local 168 cxgbit_process_ddpvld(struct cxgbit_sock *csk, struct cxgbit_lro_pdu_cb *pdu_cb, in cxgbit_process_ddpvld() 311 cxgbit_lro_init_skb(struct cxgbit_sock *csk, u8 op, const struct pkt_gl *gl, in cxgbit_lro_init_skb() 335 static void cxgbit_queue_lro_skb(struct cxgbit_sock *csk, struct sk_buff *skb) in cxgbit_queue_lro_skb() 352 struct cxgbit_sock *csk = lro_cb->csk; in cxgbit_lro_flush() local 374 cxgbit_lro_receive(struct cxgbit_sock *csk, u8 op, const __be64 *rsp, in cxgbit_lro_receive() 436 struct cxgbit_sock *csk = NULL; in cxgbit_uld_lro_rx_handler() local 536 struct cxgbit_sock *csk; in cxgbit_update_dcb_priority() local
|
D | cxgbit_ddp.c | 101 cxgbit_ppod_write_idata(struct cxgbi_ppm *ppm, struct cxgbit_sock *csk, in cxgbit_ppod_write_idata() 130 cxgbit_ddp_set_map(struct cxgbi_ppm *ppm, struct cxgbit_sock *csk, in cxgbit_ddp_set_map() 174 cxgbit_ddp_reserve(struct cxgbit_sock *csk, struct cxgbi_task_tag_info *ttinfo, in cxgbit_ddp_reserve() 236 struct cxgbit_sock *csk = conn->context; in cxgbit_get_r2t_ttt() local 274 struct cxgbit_sock *csk = conn->context; in cxgbit_release_cmd() local
|
D | cxgbit.h | 262 static inline void cxgbit_get_csk(struct cxgbit_sock *csk) in cxgbit_get_csk() 267 static inline void cxgbit_put_csk(struct cxgbit_sock *csk) in cxgbit_put_csk() 282 static inline void cxgbit_sock_reset_wr_list(struct cxgbit_sock *csk) in cxgbit_sock_reset_wr_list() 288 static inline struct sk_buff *cxgbit_sock_peek_wr(const struct cxgbit_sock *csk) in cxgbit_sock_peek_wr() 294 cxgbit_sock_enqueue_wr(struct cxgbit_sock *csk, struct sk_buff *skb) in cxgbit_sock_enqueue_wr() 307 static inline struct sk_buff *cxgbit_sock_dequeue_wr(struct cxgbit_sock *csk) in cxgbit_sock_dequeue_wr()
|
D | cxgbit_lro.h | 22 struct cxgbit_sock *csk; member
|
/Linux-v4.19/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 157 static void send_act_open_req(struct cxgbi_sock *csk, struct sk_buff *skb, in send_act_open_req() 199 static void send_close_req(struct cxgbi_sock *csk) in send_close_req() 238 static void send_abort_req(struct cxgbi_sock *csk) in send_abort_req() 274 static void send_abort_rpl(struct cxgbi_sock *csk, int rst_status) in send_abort_rpl() 297 static u32 send_rx_credits(struct cxgbi_sock *csk, u32 credits) in send_rx_credits() 350 static inline void make_tx_data_wr(struct cxgbi_sock *csk, struct sk_buff *skb, in make_tx_data_wr() 394 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion) in push_tx_frames() 466 static inline void free_atid(struct cxgbi_sock *csk) in free_atid() 477 struct cxgbi_sock *csk = ctx; in do_act_establish() local 550 struct cxgbi_sock *csk = from_timer(csk, t, retry_timer); in act_open_retry_timer() local [all …]
|
/Linux-v4.19/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 189 static void send_act_open_req(struct cxgbi_sock *csk, struct sk_buff *skb, in send_act_open_req() 308 static void send_act_open_req6(struct cxgbi_sock *csk, struct sk_buff *skb, in send_act_open_req6() 422 static void send_close_req(struct cxgbi_sock *csk) in send_close_req() 444 struct cxgbi_sock *csk = (struct cxgbi_sock *)handle; in abort_arp_failure() local 455 static void send_abort_req(struct cxgbi_sock *csk) in send_abort_req() 490 static void send_abort_rpl(struct cxgbi_sock *csk, int rst_status) in send_abort_rpl() 512 static u32 send_rx_credits(struct cxgbi_sock *csk, u32 credits) in send_rx_credits() 592 static inline int send_tx_flowc_wr(struct cxgbi_sock *csk) in send_tx_flowc_wr() 639 static inline void make_tx_data_wr(struct cxgbi_sock *csk, struct sk_buff *skb, in make_tx_data_wr() 680 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion) in push_tx_frames() [all …]
|
/Linux-v4.19/drivers/crypto/chelsio/chtls/ |
D | chtls_cm.c | 53 struct chtls_sock *csk = kzalloc(sizeof(*csk), GFP_ATOMIC); in chtls_sock_create() local 80 struct chtls_sock *csk = in chtls_sock_release() local 106 struct chtls_sock *csk; in assign_rxopt() local 143 struct chtls_sock *csk = rcu_dereference_sk_user_data(sk); in chtls_purge_write_queue() local 154 struct chtls_sock *csk = rcu_dereference_sk_user_data(sk); in chtls_purge_recv_queue() local 188 struct chtls_sock *csk; in chtls_send_abort() local 209 struct chtls_sock *csk = rcu_dereference_sk_user_data(sk); in chtls_send_reset() local 260 struct chtls_sock *csk; in chtls_close_conn() local 302 struct chtls_sock *csk; in chtls_close() local 409 struct chtls_sock *csk; in chtls_disconnect() local [all …]
|
D | chtls_io.c | 28 static bool is_tls_tx(struct chtls_sock *csk) in is_tls_tx() 33 static bool is_tls_rx(struct chtls_sock *csk) in is_tls_rx() 48 struct chtls_sock *csk = rcu_dereference_sk_user_data(sk); in nos_ivs() local 96 struct chtls_sock *csk = rcu_dereference_sk_user_data(sk); in create_flowc_wr_skb() local 112 struct chtls_sock *csk = rcu_dereference_sk_user_data(sk); in send_flowc_wr() local 171 struct chtls_sock *csk; in send_tx_flowc_wr() local 225 struct chtls_sock *csk; in tls_copy_ivs() local 282 struct chtls_sock *csk; in tls_copy_tx_key() local 352 struct chtls_sock *csk; in tls_tx_data_wr() local 449 struct chtls_sock *csk = rcu_dereference_sk_user_data(sk); in chtls_expansion_size() local [all …]
|
D | chtls_hw.c | 26 static void __set_tcb_field_direct(struct chtls_sock *csk, in __set_tcb_field_direct() 48 struct chtls_sock *csk; in __set_tcb_field() local 68 struct chtls_sock *csk; in chtls_set_tcb_field() local 140 static int get_new_keyid(struct chtls_sock *csk, u32 optname) in get_new_keyid() 169 struct chtls_sock *csk = rcu_dereference_sk_user_data(sk); in free_tls_keyid() local 212 static int chtls_key_info(struct chtls_sock *csk, in chtls_key_info() 281 static void chtls_set_scmd(struct chtls_sock *csk) in chtls_set_scmd() 302 int chtls_setkey(struct chtls_sock *csk, u32 keylen, u32 optname) in chtls_setkey()
|
D | chtls.h | 366 static inline void csk_set_flag(struct chtls_sock *csk, in csk_set_flag() 372 static inline void csk_reset_flag(struct chtls_sock *csk, in csk_reset_flag() 378 static inline bool csk_conn_inline(const struct chtls_sock *csk) in csk_conn_inline() 385 struct chtls_sock *csk = rcu_dereference_sk_user_data(sk); in csk_flag() local 392 static inline int csk_flag_nochk(const struct chtls_sock *csk, in csk_flag_nochk() 430 struct chtls_sock *csk = container_of(ref, struct chtls_sock, in chtls_sock_free() local 435 static inline void __chtls_sock_put(const char *fn, struct chtls_sock *csk) in __chtls_sock_put() 441 struct chtls_sock *csk) in __chtls_sock_get() 449 struct chtls_sock *csk = rcu_dereference_sk_user_data(sk); in send_or_defer() local
|
D | chtls_cm.h | 191 static inline void enqueue_wr(struct chtls_sock *csk, struct sk_buff *skb) in enqueue_wr()
|
D | chtls_main.c | 470 struct chtls_sock *csk; in do_chtls_setsockopt() local
|
/Linux-v4.19/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 98 struct cxgbi_sock *csk; in cxgbi_device_portmap_cleanup() local 423 struct cxgbi_sock *csk = pmap->port_csk[i]; in find_sock_on_port() local 438 static int sock_get_port(struct cxgbi_sock *csk) in sock_get_port() 499 static void sock_put_port(struct cxgbi_sock *csk) in sock_put_port() 539 void cxgbi_sock_free_cpl_skbs(struct cxgbi_sock *csk) in cxgbi_sock_free_cpl_skbs() 558 struct cxgbi_sock *csk = kzalloc(sizeof(*csk), GFP_NOIO); in cxgbi_sock_create() local 611 struct cxgbi_sock *csk = NULL; in cxgbi_check_route() local 721 struct cxgbi_sock *csk = NULL; in cxgbi_check_route6() local 823 void cxgbi_sock_established(struct cxgbi_sock *csk, unsigned int snd_isn, in cxgbi_sock_established() 833 static void cxgbi_inform_iscsi_conn_closing(struct cxgbi_sock *csk) in cxgbi_inform_iscsi_conn_closing() [all …]
|
D | libcxgbi.h | 255 static inline void cxgbi_sock_set_flag(struct cxgbi_sock *csk, in cxgbi_sock_set_flag() 264 static inline void cxgbi_sock_clear_flag(struct cxgbi_sock *csk, in cxgbi_sock_clear_flag() 273 static inline int cxgbi_sock_flag(struct cxgbi_sock *csk, in cxgbi_sock_flag() 281 static inline void cxgbi_sock_set_state(struct cxgbi_sock *csk, int state) in cxgbi_sock_set_state() 291 struct cxgbi_sock *csk = container_of(kref, in cxgbi_sock_free() local 302 static inline void __cxgbi_sock_put(const char *fn, struct cxgbi_sock *csk) in __cxgbi_sock_put() 309 #define cxgbi_sock_put(csk) __cxgbi_sock_put(__func__, csk) argument 311 static inline void __cxgbi_sock_get(const char *fn, struct cxgbi_sock *csk) in __cxgbi_sock_get() 318 #define cxgbi_sock_get(csk) __cxgbi_sock_get(__func__, csk) argument 320 static inline int cxgbi_sock_is_closing(struct cxgbi_sock *csk) in cxgbi_sock_is_closing() [all …]
|
/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | cnic.c | 152 static inline void csk_hold(struct cnic_sock *csk) in csk_hold() 157 static inline void csk_put(struct cnic_sock *csk) in csk_put() 285 static int cnic_in_use(struct cnic_sock *csk) in cnic_in_use() 319 struct cnic_sock *csk) in cnic_send_nlmsg() 381 struct cnic_sock *csk; in cnic_iscsi_nl_msg_recv() local 430 static int cnic_offld_prep(struct cnic_sock *csk) in cnic_offld_prep() 443 static int cnic_close_prep(struct cnic_sock *csk) in cnic_close_prep() 457 static int cnic_abort_prep(struct cnic_sock *csk) in cnic_abort_prep() 2131 struct cnic_sock *csk = &cp->csk_tbl[l5_cid]; in cnic_bnx2x_connect() local 3376 static int cnic_cm_offload_pg(struct cnic_sock *csk) in cnic_cm_offload_pg() [all …]
|
/Linux-v4.19/net/kcm/ |
D | kcmsock.c | 50 static void report_csk_error(struct sock *csk, int err) in report_csk_error() 59 struct sock *csk = psock->sk; in kcm_abort_tx_psock() local 1375 struct sock *csk; in kcm_attach() local 1506 struct sock *csk = psock->sk; in kcm_unattach() local 1606 struct sock *csk; in kcm_unattach_ioctl() local
|
/Linux-v4.19/drivers/isdn/mISDN/ |
D | socket.c | 479 struct sock *csk; in data_sock_bind() local
|
/Linux-v4.19/drivers/scsi/bnx2i/ |
D | bnx2i_iscsi.c | 1576 struct cnic_sock *csk; in bnx2i_host_get_param() local
|
/Linux-v4.19/include/net/ |
D | sock.h | 1553 static inline bool sock_allow_reclassification(const struct sock *csk) in sock_allow_reclassification()
|