Searched refs:xp_snd_cnt (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/rpc/
H A Dsvc_vc.c869 atomic_add_acq_32(&xprt->xp_snd_cnt, len);
875 *seq = xprt->xp_snd_cnt;
878 atomic_subtract_32(&xprt->xp_snd_cnt, len);
H A Dsvc.h174 uint32_t xp_snd_cnt; /* # of bytes to send to socket */ member in struct:__rpc_svcxprt

Completed in 102 milliseconds