Searched refs:kcm_psock (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/kcm/ |
H A D | kcmsock.c | 53 static void kcm_abort_tx_psock(struct kcm_psock *psock, int err, in kcm_abort_tx_psock() 93 struct kcm_psock *psock) in kcm_update_rx_mux_stats() 105 struct kcm_psock *psock) in kcm_update_tx_mux_stats() 124 struct kcm_psock *psock; in kcm_rcv_ready() 140 psock = list_first_entry(&mux->psocks_ready, struct kcm_psock, in kcm_rcv_ready() 252 static struct kcm_sock *reserve_rx_kcm(struct kcm_psock *psock, in reserve_rx_kcm() 304 static void unreserve_rx_kcm(struct kcm_psock *psock, in unreserve_rx_kcm() 349 struct kcm_psock *psock; in psock_data_ready() 353 psock = (struct kcm_psock *)sk->sk_user_data; in psock_data_ready() 363 struct kcm_psock *psoc in kcm_rcv_strparser() [all...] |
H A D | kcmproc.c | 139 static void kcm_format_psock(struct kcm_psock *psock, struct seq_file *seq, in kcm_format_psock() 190 struct kcm_psock *psock; in kcm_format_mux() 248 struct kcm_psock *psock; in kcm_stats_seq_show()
|
/kernel/linux/linux-6.6/net/kcm/ |
H A D | kcmsock.c | 55 static void kcm_abort_tx_psock(struct kcm_psock *psock, int err, in kcm_abort_tx_psock() 95 struct kcm_psock *psock) in kcm_update_rx_mux_stats() 107 struct kcm_psock *psock) in kcm_update_tx_mux_stats() 126 struct kcm_psock *psock; in kcm_rcv_ready() 142 psock = list_first_entry(&mux->psocks_ready, struct kcm_psock, in kcm_rcv_ready() 254 static struct kcm_sock *reserve_rx_kcm(struct kcm_psock *psock, in reserve_rx_kcm() 306 static void unreserve_rx_kcm(struct kcm_psock *psock, in unreserve_rx_kcm() 351 struct kcm_psock *psock; in psock_data_ready() 357 psock = (struct kcm_psock *)sk->sk_user_data; in psock_data_ready() 367 struct kcm_psock *psoc in kcm_rcv_strparser() [all...] |
H A D | kcmproc.c | 139 static void kcm_format_psock(struct kcm_psock *psock, struct seq_file *seq, in kcm_format_psock() 190 struct kcm_psock *psock; in kcm_format_mux() 248 struct kcm_psock *psock; in kcm_stats_seq_show()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | kcm.h | 69 struct kcm_psock *tx_psock; 80 struct kcm_psock *rx_psock; 89 struct kcm_psock { struct
|
/kernel/linux/linux-6.6/include/net/ |
H A D | kcm.h | 69 struct kcm_psock *tx_psock; 80 struct kcm_psock *rx_psock; 89 struct kcm_psock { struct
|
Completed in 5 milliseconds