Home
last modified time | relevance | path

Searched defs:psock (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/kernel/bpf/
Dsockmap.c157 struct smap_psock *psock; in bpf_tcp_stream_read() local
199 static void update_sk_prot(struct sock *sk, struct smap_psock *psock) in update_sk_prot()
209 struct smap_psock *psock; in bpf_tcp_init() local
247 struct smap_psock *psock; in bpf_tcp_release() local
298 struct smap_psock *psock) in psock_map_pop()
312 static void bpf_tcp_remove(struct sock *sk, struct smap_psock *psock) in bpf_tcp_remove()
373 struct smap_psock *psock; in bpf_tcp_unhash() local
392 struct smap_psock *psock; in bpf_tcp_close() local
642 struct smap_psock *psock, in smap_do_tx_msg()
689 struct smap_psock *psock, in bpf_tcp_ingress()
[all …]
/Linux-v4.19/net/kcm/
Dkcmsock.c56 static void kcm_abort_tx_psock(struct kcm_psock *psock, int err, in kcm_abort_tx_psock()
96 struct kcm_psock *psock) in kcm_update_rx_mux_stats()
108 struct kcm_psock *psock) in kcm_update_tx_mux_stats()
127 struct kcm_psock *psock; in kcm_rcv_ready() local
253 static struct kcm_sock *reserve_rx_kcm(struct kcm_psock *psock, in reserve_rx_kcm()
303 static void unreserve_rx_kcm(struct kcm_psock *psock, in unreserve_rx_kcm()
347 struct kcm_psock *psock; in psock_data_ready() local
361 struct kcm_psock *psock = container_of(strp, struct kcm_psock, strp); in kcm_rcv_strparser() local
382 struct kcm_psock *psock = container_of(strp, struct kcm_psock, strp); in kcm_parse_func_strparser() local
390 struct kcm_psock *psock = container_of(strp, struct kcm_psock, strp); in kcm_read_sock_done() local
[all …]
Dkcmproc.c139 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() local
248 struct kcm_psock *psock; in kcm_stats_seq_show() local
/Linux-v4.19/drivers/pcmcia/
Dtcic.c105 u_short psock; member
533 u_short psock; in tcic_interrupt() local
595 u_short psock = container_of(sock, struct tcic_socket, socket)->psock; in tcic_get_status() local
621 u_short psock = container_of(sock, struct tcic_socket, socket)->psock; in tcic_set_socket() local
696 u_short psock = container_of(sock, struct tcic_socket, socket)->psock; in tcic_set_io_map() local
733 u_short psock = container_of(sock, struct tcic_socket, socket)->psock; in tcic_set_mem_map() local
Di82365.c149 u_short psock; member
662 static void __init add_socket(unsigned int port, int psock, int type) in add_socket()