Searched refs:cumulative_tsn_ack (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/netinet/
H A Dsctp_header.h310 uint32_t cumulative_tsn_ack; member in struct:sctp_shutdown_chunk
H A Dsctp_uio.h1207 uint32_t cumulative_tsn_ack; member in struct:xsctp_tcb
H A Dsctp_sysctl.c475 xstcb.cumulative_tsn_ack = stcb->asoc.cumulative_tsn;
H A Dsctp_output.c9297 shutdown_cp->cumulative_tsn_ack = htonl(stcb->asoc.cumulative_tsn);
9308 shutdown_cp->cumulative_tsn_ack = htonl(stcb->asoc.cumulative_tsn);
H A Dsctp_indata.c5319 cum_ack = ntohl(cp->cumulative_tsn_ack);

Completed in 120 milliseconds