Searched refs:kcm (Results 1 – 4 of 4) sorted by relevance
| /linux/net/kcm/ |
| H A D | kcmproc.c | 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() [all …]
|
| H A D | Makefile | 2 obj-$(CONFIG_AF_KCM) += kcm.o 4 kcm-y := kcmsock.o kcmproc.o
|
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | index.rst | 94 * kcm
|
| /linux/Documentation/networking/ |
| H A D | kcm.rst | 130 /* From linux/kcm.h */ 150 /* From linux/kcm.h */ 176 /* From linux/kcm.h */
|