Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ksmbd/
Dtransport_tcp.c33 struct tcp_transport { struct
46 #define TCP_TRANS(t) ((struct tcp_transport *)container_of(t, \ argument
47 struct tcp_transport, transport))
74 static struct tcp_transport *alloc_transport(struct socket *client_sk) in alloc_transport()
76 struct tcp_transport *t; in alloc_transport()
96 static void free_transport(struct tcp_transport *t) in free_transport()
146 static struct kvec *get_conn_iovec(struct tcp_transport *t, unsigned int nr_segs) in get_conn_iovec()
187 struct tcp_transport *t; in ksmbd_tcp_new_connection()
302 static int ksmbd_tcp_readv(struct tcp_transport *t, struct kvec *iov_orig, in ksmbd_tcp_readv()