Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_pcb.h427 uint32_t total_sends; member
460 uint32_t total_sends; member
H A Dsctp_sysctl.c436 xinpcb.total_sends = inp->total_sends; in sctp_sysctl_handle_assoclist()
495 xstcb.total_sends = stcb->total_sends; in sctp_sysctl_handle_assoclist()
H A Dsctp_uio.h1168 uint32_t total_sends; member
1194 uint32_t total_sends; member
H A Dsctp_output.c12670 atomic_add_int(&inp->total_sends, 1); in sctp_lower_sosend()
13040 atomic_add_int(&stcb->total_sends, 1); in sctp_lower_sosend()