Lines Matching refs:kcm_sock
38 static inline struct kcm_sock *kcm_sk(const struct sock *sk) in kcm_sk()
40 return (struct kcm_sock *)sk; in kcm_sk()
122 static void kcm_rcv_ready(struct kcm_sock *kcm) in kcm_rcv_ready()
172 struct kcm_sock *kcm = kcm_sk(sk); in kcm_rfree()
223 struct kcm_sock *kcm; in requeue_rx_msgs()
236 struct kcm_sock, wait_rx_list); in requeue_rx_msgs()
253 static struct kcm_sock *reserve_rx_kcm(struct kcm_psock *psock, in reserve_rx_kcm()
257 struct kcm_sock *kcm; in reserve_rx_kcm()
283 struct kcm_sock, wait_rx_list); in reserve_rx_kcm()
297 static void kcm_done(struct kcm_sock *kcm);
301 kcm_done(container_of(w, struct kcm_sock, done_work)); in kcm_done_work()
308 struct kcm_sock *kcm = psock->rx_kcm; in unreserve_rx_kcm()
365 struct kcm_sock *kcm; in kcm_rcv_strparser()
416 struct kcm_sock *kcm; in psock_write_space()
437 static void unreserve_psock(struct kcm_sock *kcm);
440 static struct kcm_psock *reserve_psock(struct kcm_sock *kcm) in reserve_psock()
496 struct kcm_sock *kcm; in psock_now_avail()
503 struct kcm_sock, in psock_now_avail()
521 static void unreserve_psock(struct kcm_sock *kcm) in unreserve_psock()
567 static void kcm_report_tx_retry(struct kcm_sock *kcm) in kcm_report_tx_retry()
579 static int kcm_write_msgs(struct kcm_sock *kcm) in kcm_write_msgs()
727 struct kcm_sock *kcm = container_of(w, struct kcm_sock, tx_work); in kcm_tx_work()
755 static void kcm_push(struct kcm_sock *kcm) in kcm_push()
766 struct kcm_sock *kcm = kcm_sk(sk); in kcm_sendpage()
907 struct kcm_sock *kcm = kcm_sk(sk); in kcm_sendmsg()
1092 struct kcm_sock *kcm = kcm_sk(sk); in kcm_recvmsg()
1142 struct kcm_sock *kcm = kcm_sk(sk); in kcm_splice_read()
1187 static void kcm_recv_disable(struct kcm_sock *kcm) in kcm_recv_disable()
1213 static void kcm_recv_enable(struct kcm_sock *kcm) in kcm_recv_enable()
1231 struct kcm_sock *kcm = kcm_sk(sock->sk); in kcm_setsockopt()
1265 struct kcm_sock *kcm = kcm_sk(sock->sk); in kcm_getsockopt()
1293 static void init_kcm_sock(struct kcm_sock *kcm, struct kcm_mux *mux) in init_kcm_sock()
1295 struct kcm_sock *tkcm; in init_kcm_sock()
1333 struct kcm_sock *kcm = kcm_sk(sock->sk); in kcm_attach()
1561 struct kcm_sock *kcm = kcm_sk(sock->sk); in kcm_unattach_ioctl()
1614 .obj_size = sizeof(struct kcm_sock),
1738 static void kcm_done(struct kcm_sock *kcm) in kcm_done()
1792 struct kcm_sock *kcm; in kcm_release()