Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_header.h377 uint32_t new_cumulative_tsn; member
H A Dsctp_input.c3597 fwdtsn.new_cumulative_tsn = htonl(ntohl(resp->senders_next_tsn) - 1); in sctp_handle_stream_reset_response()
3731 fwdtsn.new_cumulative_tsn = htonl(stcb->asoc.highest_tsn_inside_map + 1); in sctp_handle_str_reset_request_tsn()
H A Dsctp_indata.c5509 new_cum_tsn = ntohl(fwd->new_cumulative_tsn); in sctp_handle_forward_tsn()
H A Dsctp_output.c10392 fwdtsn->new_cumulative_tsn = htonl(advance_peer_ack_point); in send_forward_tsn()