Searched refs:spray_service (Results 1 – 1 of 1) sorted by relevance
45 static void spray_service(struct svc_req *, SVCXPRT *);101 if (!svc_reg(transp, SPRAYPROG, SPRAYVERS, spray_service, in main()108 if (!svc_create(spray_service, SPRAYPROG, SPRAYVERS, "udp")) { in main()122 spray_service(struct svc_req *rqstp, SVCXPRT *transp) in spray_service() function