Home
last modified time | relevance | path

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

/linux-6.8/include/linux/sunrpc/
Dsvc.h68 struct svc_serv { struct
69 struct svc_program * sv_program; /* RPC program */
70 struct svc_stat * sv_stats; /* RPC statistics */
71 spinlock_t sv_lock;
72 unsigned int sv_nrthreads; /* # of server threads */
73 unsigned int sv_maxconn; /* max connections allowed or
77 unsigned int sv_max_payload; /* datagram payload size */
101 struct svc_serv *serv; argument