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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_header.h435 uint32_t new_cumulative_tsn; member in struct:sctp_forward_tsn_chunk
H A Dsctp_input.c3798 fwdtsn.new_cumulative_tsn = htonl(ntohl(resp->senders_next_tsn) - 1);
3917 fwdtsn.new_cumulative_tsn = htonl(stcb->asoc.highest_tsn_inside_map + 1);
H A Dsctp_indata.c5166 new_cum_tsn = ntohl(fwd->new_cumulative_tsn);
H A Dsctp_output.c10849 fwdtsn->new_cumulative_tsn = htonl(advance_peer_ack_point);

Completed in 152 milliseconds