Lines Matching refs:kcm_sock
37 static inline struct kcm_sock *kcm_sk(const struct sock *sk)
39 return (struct kcm_sock *)sk;
121 static void kcm_rcv_ready(struct kcm_sock *kcm)
171 struct kcm_sock *kcm = kcm_sk(sk);
222 struct kcm_sock *kcm;
235 struct kcm_sock, wait_rx_list);
252 static struct kcm_sock *reserve_rx_kcm(struct kcm_psock *psock,
256 struct kcm_sock *kcm;
282 struct kcm_sock, wait_rx_list);
296 static void kcm_done(struct kcm_sock *kcm);
300 kcm_done(container_of(w, struct kcm_sock, done_work));
307 struct kcm_sock *kcm = psock->rx_kcm;
364 struct kcm_sock *kcm;
415 struct kcm_sock *kcm;
436 static void unreserve_psock(struct kcm_sock *kcm);
439 static struct kcm_psock *reserve_psock(struct kcm_sock *kcm)
495 struct kcm_sock *kcm;
502 struct kcm_sock,
520 static void unreserve_psock(struct kcm_sock *kcm)
566 static void kcm_report_tx_retry(struct kcm_sock *kcm)
578 static int kcm_write_msgs(struct kcm_sock *kcm)
726 struct kcm_sock *kcm = container_of(w, struct kcm_sock, tx_work);
754 static void kcm_push(struct kcm_sock *kcm)
765 struct kcm_sock *kcm = kcm_sk(sk);
906 struct kcm_sock *kcm = kcm_sk(sk);
1095 struct kcm_sock *kcm = kcm_sk(sk);
1146 struct kcm_sock *kcm = kcm_sk(sk);
1191 static void kcm_recv_disable(struct kcm_sock *kcm)
1217 static void kcm_recv_enable(struct kcm_sock *kcm)
1235 struct kcm_sock *kcm = kcm_sk(sock->sk);
1269 struct kcm_sock *kcm = kcm_sk(sock->sk);
1297 static void init_kcm_sock(struct kcm_sock *kcm, struct kcm_mux *mux)
1299 struct kcm_sock *tkcm;
1337 struct kcm_sock *kcm = kcm_sk(sock->sk);
1565 struct kcm_sock *kcm = kcm_sk(sock->sk);
1618 .obj_size = sizeof(struct kcm_sock),
1742 static void kcm_done(struct kcm_sock *kcm)
1796 struct kcm_sock *kcm;