Lines Matching refs:kcm
109 static void kcm_format_sock(struct kcm_sock *kcm, struct seq_file *seq, in kcm_format_sock() argument
114 kcm->index, in kcm_format_sock()
115 kcm->stats.rx_msgs, in kcm_format_sock()
116 kcm->stats.rx_bytes, in kcm_format_sock()
117 kcm->stats.tx_msgs, in kcm_format_sock()
118 kcm->stats.tx_bytes, in kcm_format_sock()
119 kcm->sk.sk_receive_queue.qlen, in kcm_format_sock()
120 sk_rmem_alloc_get(&kcm->sk), in kcm_format_sock()
121 kcm->sk.sk_write_queue.qlen, in kcm_format_sock()
124 if (kcm->tx_psock) in kcm_format_sock()
125 seq_printf(seq, "Psck-%u ", kcm->tx_psock->index); in kcm_format_sock()
127 if (kcm->tx_wait) in kcm_format_sock()
130 if (kcm->tx_wait_more) in kcm_format_sock()
133 if (kcm->rx_wait) in kcm_format_sock()
189 struct kcm_sock *kcm; in kcm_format_mux() local
208 list_for_each_entry(kcm, &mux->kcm_socks, kcm_sock_list) { in kcm_format_mux()
209 kcm_format_sock(kcm, seq, i, &len); in kcm_format_mux()