Lines Matching refs:kcm_sock
39 static inline struct kcm_sock *kcm_sk(const struct sock *sk)
41 return (struct kcm_sock *)sk;
123 static void kcm_rcv_ready(struct kcm_sock *kcm)
173 struct kcm_sock *kcm = kcm_sk(sk);
224 struct kcm_sock *kcm;
237 struct kcm_sock, wait_rx_list);
254 static struct kcm_sock *reserve_rx_kcm(struct kcm_psock *psock,
258 struct kcm_sock *kcm;
284 struct kcm_sock, wait_rx_list);
298 static void kcm_done(struct kcm_sock *kcm);
302 kcm_done(container_of(w, struct kcm_sock, done_work));
309 struct kcm_sock *kcm = psock->rx_kcm;
368 struct kcm_sock *kcm;
419 struct kcm_sock *kcm;
440 static void unreserve_psock(struct kcm_sock *kcm);
443 static struct kcm_psock *reserve_psock(struct kcm_sock *kcm)
499 struct kcm_sock *kcm;
506 struct kcm_sock,
524 static void unreserve_psock(struct kcm_sock *kcm)
570 static void kcm_report_tx_retry(struct kcm_sock *kcm)
582 static int kcm_write_msgs(struct kcm_sock *kcm)
712 struct kcm_sock *kcm = container_of(w, struct kcm_sock, tx_work);
740 static void kcm_push(struct kcm_sock *kcm)
749 struct kcm_sock *kcm = kcm_sk(sk);
959 struct kcm_sock *kcm = kcm_sk(sk);
973 struct kcm_sock *kcm = kcm_sk(sk);
1023 struct kcm_sock *kcm = kcm_sk(sk);
1068 static void kcm_recv_disable(struct kcm_sock *kcm)
1094 static void kcm_recv_enable(struct kcm_sock *kcm)
1112 struct kcm_sock *kcm = kcm_sk(sock->sk);
1146 struct kcm_sock *kcm = kcm_sk(sock->sk);
1175 static void init_kcm_sock(struct kcm_sock *kcm, struct kcm_mux *mux)
1177 struct kcm_sock *tkcm;
1215 struct kcm_sock *kcm = kcm_sk(sock->sk);
1443 struct kcm_sock *kcm = kcm_sk(sock->sk);
1496 .obj_size = sizeof(struct kcm_sock),
1620 static void kcm_done(struct kcm_sock *kcm)
1674 struct kcm_sock *kcm;