Searched defs:svc_serv (Results 1 – 1 of 1) sorted by relevance
68 struct svc_serv { struct69 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 or77 unsigned int sv_max_payload; /* datagram payload size */101 struct svc_serv *serv; argument