Home
last modified time | relevance | path

Searched refs:sv_stats (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/sunrpc/
Dsvc.c40 serv->sv_stats = prog->pg_stats; in svc_create()
299 serv->sv_stats->rpccnt++; in svc_process()
372 serv->sv_stats->rpcbadfmt++; in svc_process()
376 serv->sv_stats->rpcbadfmt++; in svc_process()
385 serv->sv_stats->rpcbadauth++; in svc_process()
397 serv->sv_stats->rpcbadfmt++; in svc_process()
406 serv->sv_stats->rpcbadfmt++; in svc_process()
416 serv->sv_stats->rpcbadfmt++; in svc_process()
424 serv->sv_stats->rpcbadfmt++; in svc_process()
Dsvcsock.c549 if (serv->sv_stats) in svc_udp_recvfrom()
550 serv->sv_stats->netudpcnt++; in svc_udp_recvfrom()
779 if (serv->sv_stats) in svc_tcp_accept()
780 serv->sv_stats->nettcpconn++; in svc_tcp_accept()
910 if (serv->sv_stats) in svc_tcp_recvfrom()
911 serv->sv_stats->nettcpcnt++; in svc_tcp_recvfrom()
1135 if (serv->sv_stats) in svc_recv()
1136 serv->sv_stats->netcnt++; in svc_recv()
/linux-2.4.37.9/include/linux/sunrpc/
Dsvc.h32 struct svc_stat * sv_stats; /* RPC statistics */ member