Home
last modified time | relevance | path

Searched refs:kcm (Results 1 – 8 of 8) sorted by relevance

/linux/net/kcm/
A Dkcmsock.c127 if (unlikely(kcm->rx_wait || kcm->rx_psock || kcm->rx_disabled)) in kcm_rcv_ready()
180 if (!kcm->rx_wait && !kcm->rx_psock && in kcm_rfree()
289 return kcm; in reserve_rx_kcm()
306 if (!kcm) in unreserve_rx_kcm()
363 if (!kcm) { in kcm_rcv_strparser()
423 if (kcm && !unlikely(kcm->tx_stopped)) in psock_write_space()
886 kcm_push(kcm); in kcm_sendpage()
926 kcm_push(kcm); in kcm_sendmsg()
1015 kcm_push(kcm); in kcm_sendmsg()
1060 kcm_push(kcm); in kcm_sendmsg()
[all …]
A Dkcmproc.c114 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()
120 sk_rmem_alloc_get(&kcm->sk), in kcm_format_sock()
124 if (kcm->tx_psock) 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()
[all …]
A DMakefile2 obj-$(CONFIG_AF_KCM) += kcm.o
4 kcm-y := kcmsock.o kcmproc.o
/linux/Documentation/networking/
A Dindex.rst68 kcm
A Dkcm.rst130 /* From linux/kcm.h */
150 /* From linux/kcm.h */
176 /* From linux/kcm.h */
/linux/net/
A DMakefile37 obj-$(CONFIG_AF_KCM) += kcm/
A DKconfig364 source "net/kcm/Kconfig"
/linux/include/config/
A Dauto.conf.cmd1262 net/kcm/Kconfig \

Completed in 15 milliseconds