Searched refs:total_sends (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.h571 uint32_t total_sends; member in struct:sctp_inpcb
620 uint32_t total_sends; member in struct:sctp_tcb
H A Dsctp_uio.h1190 uint32_t total_sends; member in struct:xsctp_inpcb
1219 uint32_t total_sends; member in struct:xsctp_tcb
H A Dsctp_sysctl.c517 xinpcb.total_sends = inp->total_sends;
577 xstcb.total_sends = stcb->total_sends;
H A Dsctp_output.c13188 atomic_add_int(&inp->total_sends, 1);
13499 atomic_add_int(&stcb->total_sends, 1);

Completed in 2524 milliseconds