Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ksmbd/
Dtransport_tcp.c31 struct tcp_transport { struct
44 #define TCP_TRANS(t) ((struct tcp_transport *)container_of(t, \ argument
45 struct tcp_transport, transport))
72 static struct tcp_transport *alloc_transport(struct socket *client_sk) in alloc_transport()
74 struct tcp_transport *t; in alloc_transport()
94 static void free_transport(struct tcp_transport *t) in free_transport()
144 static struct kvec *get_conn_iovec(struct tcp_transport *t, unsigned int nr_segs) in get_conn_iovec()
185 struct tcp_transport *t; in ksmbd_tcp_new_connection()
289 static int ksmbd_tcp_readv(struct tcp_transport *t, struct kvec *iov_orig, in ksmbd_tcp_readv()