Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/sunrpc/
A Dsvc.h62 struct svc_serv { struct
63 struct svc_program * sv_program; /* RPC program */
64 struct svc_stat * sv_stats; /* RPC statistics */
65 spinlock_t sv_lock;
66 struct kref sv_refcnt;
67 unsigned int sv_nrthreads; /* # of server threads */
68 unsigned int sv_maxconn; /* max connections allowed or
72 unsigned int sv_max_payload; /* datagram payload size */
74 unsigned int sv_xdrsize; /* XDR buffer size */
75 struct list_head sv_permsocks; /* all permanent sockets */
[all …]

Completed in 5 milliseconds