Home
last modified time | relevance | path

Searched refs:svc_xprt (Results 1 – 25 of 69) sorted by relevance

123

/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/sunrpc/
H A Dsvc_xprt.h16 struct svc_xprt *(*xpo_create)(struct svc_serv *,
20 struct svc_xprt *(*xpo_accept)(struct svc_xprt *);
21 int (*xpo_has_wspace)(struct svc_xprt *);
27 void (*xpo_detach)(struct svc_xprt *);
28 void (*xpo_free)(struct svc_xprt *);
30 void (*xpo_kill_temp_xprt)(struct svc_xprt *);
52 struct svc_xprt { struct
133 void svc_xprt_received(struct svc_xprt *xprt);
135 void svc_xprt_enqueue(struct svc_xprt *xprt);
136 void svc_xprt_put(struct svc_xprt *xprt);
[all …]
H A Dsvcsock.h20 struct svc_xprt sk_xprt;
68 struct svc_xprt *svc_sock_create(struct svc_serv *serv, int prot);
69 void svc_sock_destroy(struct svc_xprt *);
H A Dsvcauth.h150 struct svc_xprt;
166 extern void svcauth_unix_info_release(struct svc_xprt *xpt);
H A Dsvc.h64 void (*svo_enqueue_xprt)(struct svc_xprt *);
232 struct svc_xprt * rq_xprt; /* transport ptr */
380 struct svc_xprt *xprt;
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/sunrpc/
H A Dsvc_xprt.h16 struct svc_xprt *(*xpo_create)(struct svc_serv *,
20 struct svc_xprt *(*xpo_accept)(struct svc_xprt *);
21 int (*xpo_has_wspace)(struct svc_xprt *);
27 void (*xpo_detach)(struct svc_xprt *);
28 void (*xpo_free)(struct svc_xprt *);
30 void (*xpo_kill_temp_xprt)(struct svc_xprt *);
52 struct svc_xprt { struct
133 void svc_xprt_received(struct svc_xprt *xprt);
135 void svc_xprt_enqueue(struct svc_xprt *xprt);
136 void svc_xprt_put(struct svc_xprt *xprt);
[all …]
H A Dsvcsock.h20 struct svc_xprt sk_xprt;
68 struct svc_xprt *svc_sock_create(struct svc_serv *serv, int prot);
69 void svc_sock_destroy(struct svc_xprt *);
H A Dsvcauth.h150 struct svc_xprt;
166 extern void svcauth_unix_info_release(struct svc_xprt *xpt);
H A Dsvc.h64 void (*svo_enqueue_xprt)(struct svc_xprt *);
232 struct svc_xprt * rq_xprt; /* transport ptr */
380 struct svc_xprt *xprt;
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/sunrpc/
H A Dsvc_xprt.h16 struct svc_xprt *(*xpo_create)(struct svc_serv *,
20 struct svc_xprt *(*xpo_accept)(struct svc_xprt *);
21 int (*xpo_has_wspace)(struct svc_xprt *);
27 void (*xpo_detach)(struct svc_xprt *);
28 void (*xpo_free)(struct svc_xprt *);
30 void (*xpo_kill_temp_xprt)(struct svc_xprt *);
52 struct svc_xprt { struct
133 void svc_xprt_received(struct svc_xprt *xprt);
135 void svc_xprt_enqueue(struct svc_xprt *xprt);
136 void svc_xprt_put(struct svc_xprt *xprt);
[all …]
H A Dsvcsock.h20 struct svc_xprt sk_xprt;
68 struct svc_xprt *svc_sock_create(struct svc_serv *serv, int prot);
69 void svc_sock_destroy(struct svc_xprt *);
H A Dsvcauth.h150 struct svc_xprt;
166 extern void svcauth_unix_info_release(struct svc_xprt *xpt);
H A Dsvc.h64 void (*svo_enqueue_xprt)(struct svc_xprt *);
232 struct svc_xprt * rq_xprt; /* transport ptr */
380 struct svc_xprt *xprt;
/dports/multimedia/libv4l/linux-5.13-rc2/net/sunrpc/
H A Dsvc_xprt.c158 struct svc_xprt *xprt = in svc_xprt_free()
224 struct svc_xprt *xprt; in __svc_xpo_create()
647 struct svc_xprt, in svc_check_conn_limits()
911 struct svc_xprt *xprt; in svc_send()
945 struct svc_xprt *xprt; in svc_age_temp_xprts()
987 struct svc_xprt *xprt; in svc_age_temp_xprts_now()
1077 struct svc_xprt *xprt; in svc_close_list()
1095 struct svc_xprt *xprt; in svc_dequeue_net()
1096 struct svc_xprt *tmp; in svc_dequeue_net()
1117 struct svc_xprt *xprt; in svc_clean_up_xprts()
[all …]
H A Dsvcsock.c70 static void svc_sock_detach(struct svc_xprt *);
71 static void svc_tcp_sock_detach(struct svc_xprt *);
72 static void svc_sock_free(struct svc_xprt *);
350 static int svc_tcp_has_wspace(struct svc_xprt *xprt) in svc_tcp_has_wspace()
556 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_udp_sendto()
619 static struct svc_xprt *svc_udp_accept(struct svc_xprt *xprt) in svc_udp_accept()
742 static struct svc_xprt *svc_tcp_accept(struct svc_xprt *xprt) in svc_tcp_accept()
1160 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_tcp_sendto()
1487 return (struct svc_xprt *)svsk; in svc_create_socket()
1497 static void svc_sock_detach(struct svc_xprt *xprt) in svc_sock_detach()
[all …]
H A DMakefile16 svc_xprt.o \
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/sunrpc/
H A Dsvc_xprt.c158 struct svc_xprt *xprt = in svc_xprt_free()
224 struct svc_xprt *xprt; in __svc_xpo_create()
647 struct svc_xprt, in svc_check_conn_limits()
911 struct svc_xprt *xprt; in svc_send()
945 struct svc_xprt *xprt; in svc_age_temp_xprts()
987 struct svc_xprt *xprt; in svc_age_temp_xprts_now()
1077 struct svc_xprt *xprt; in svc_close_list()
1095 struct svc_xprt *xprt; in svc_dequeue_net()
1096 struct svc_xprt *tmp; in svc_dequeue_net()
1117 struct svc_xprt *xprt; in svc_clean_up_xprts()
[all …]
H A Dsvcsock.c70 static void svc_sock_detach(struct svc_xprt *);
71 static void svc_tcp_sock_detach(struct svc_xprt *);
72 static void svc_sock_free(struct svc_xprt *);
350 static int svc_tcp_has_wspace(struct svc_xprt *xprt) in svc_tcp_has_wspace()
556 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_udp_sendto()
619 static struct svc_xprt *svc_udp_accept(struct svc_xprt *xprt) in svc_udp_accept()
742 static struct svc_xprt *svc_tcp_accept(struct svc_xprt *xprt) in svc_tcp_accept()
1160 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_tcp_sendto()
1487 return (struct svc_xprt *)svsk; in svc_create_socket()
1497 static void svc_sock_detach(struct svc_xprt *xprt) in svc_sock_detach()
[all …]
H A DMakefile16 svc_xprt.o \
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/sunrpc/
H A Dsvc_xprt.c158 struct svc_xprt *xprt = in svc_xprt_free()
224 struct svc_xprt *xprt; in __svc_xpo_create()
647 struct svc_xprt, in svc_check_conn_limits()
911 struct svc_xprt *xprt; in svc_send()
945 struct svc_xprt *xprt; in svc_age_temp_xprts()
987 struct svc_xprt *xprt; in svc_age_temp_xprts_now()
1077 struct svc_xprt *xprt; in svc_close_list()
1095 struct svc_xprt *xprt; in svc_dequeue_net()
1096 struct svc_xprt *tmp; in svc_dequeue_net()
1117 struct svc_xprt *xprt; in svc_clean_up_xprts()
[all …]
H A Dsvcsock.c70 static void svc_sock_detach(struct svc_xprt *);
71 static void svc_tcp_sock_detach(struct svc_xprt *);
72 static void svc_sock_free(struct svc_xprt *);
350 static int svc_tcp_has_wspace(struct svc_xprt *xprt) in svc_tcp_has_wspace()
556 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_udp_sendto()
619 static struct svc_xprt *svc_udp_accept(struct svc_xprt *xprt) in svc_udp_accept()
742 static struct svc_xprt *svc_tcp_accept(struct svc_xprt *xprt) in svc_tcp_accept()
1160 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_tcp_sendto()
1487 return (struct svc_xprt *)svsk; in svc_create_socket()
1497 static void svc_sock_detach(struct svc_xprt *xprt) in svc_sock_detach()
[all …]
H A DMakefile16 svc_xprt.o \
/dports/multimedia/libv4l/linux-5.13-rc2/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c72 static struct svc_xprt *svc_rdma_accept(struct svc_xprt *xprt);
73 static void svc_rdma_detach(struct svc_xprt *xprt);
74 static void svc_rdma_free(struct svc_xprt *xprt);
75 static int svc_rdma_has_wspace(struct svc_xprt *xprt);
77 static void svc_rdma_kill_temp_xprt(struct svc_xprt *);
104 struct svc_xprt *xprt = context; in qp_event_handler()
275 struct svc_xprt *xprt = &rdma->sc_xprt; in svc_rdma_cma_handler()
366 static struct svc_xprt *svc_rdma_accept(struct svc_xprt *xprt) in svc_rdma_accept()
536 static void svc_rdma_detach(struct svc_xprt *xprt) in svc_rdma_detach()
548 struct svc_xprt *xprt = &rdma->sc_xprt; in __svc_rdma_free()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c72 static struct svc_xprt *svc_rdma_accept(struct svc_xprt *xprt);
73 static void svc_rdma_detach(struct svc_xprt *xprt);
74 static void svc_rdma_free(struct svc_xprt *xprt);
75 static int svc_rdma_has_wspace(struct svc_xprt *xprt);
77 static void svc_rdma_kill_temp_xprt(struct svc_xprt *);
104 struct svc_xprt *xprt = context; in qp_event_handler()
275 struct svc_xprt *xprt = &rdma->sc_xprt; in svc_rdma_cma_handler()
366 static struct svc_xprt *svc_rdma_accept(struct svc_xprt *xprt) in svc_rdma_accept()
536 static void svc_rdma_detach(struct svc_xprt *xprt) in svc_rdma_detach()
548 struct svc_xprt *xprt = &rdma->sc_xprt; in __svc_rdma_free()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c72 static struct svc_xprt *svc_rdma_accept(struct svc_xprt *xprt);
73 static void svc_rdma_detach(struct svc_xprt *xprt);
74 static void svc_rdma_free(struct svc_xprt *xprt);
75 static int svc_rdma_has_wspace(struct svc_xprt *xprt);
77 static void svc_rdma_kill_temp_xprt(struct svc_xprt *);
104 struct svc_xprt *xprt = context; in qp_event_handler()
275 struct svc_xprt *xprt = &rdma->sc_xprt; in svc_rdma_cma_handler()
366 static struct svc_xprt *svc_rdma_accept(struct svc_xprt *xprt) in svc_rdma_accept()
536 static void svc_rdma_detach(struct svc_xprt *xprt) in svc_rdma_detach()
548 struct svc_xprt *xprt = &rdma->sc_xprt; in __svc_rdma_free()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/trace/events/
H A Dsunrpc.h1752 const struct svc_xprt *xprt
1798 TP_PROTO(struct svc_xprt *xprt),
1819 struct svc_xprt *xprt \
1831 const struct svc_xprt *xprt,
2001 const struct svc_xprt *xprt,
2025 const struct svc_xprt *xprt,
2051 const struct svc_xprt *xprt, \
2068 const struct svc_xprt *xprt,
2097 const struct svc_xprt *xprt,
2126 const struct svc_xprt *xprt,
[all …]

123