Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dsctp_asconf.c947 stcb->asoc.asconf_seq_out_acked = stcb->asoc.asconf_seq_out; in sctp_asconf_cleanup()
1710 if (serial_num == (asoc->asconf_seq_out + 1)) { in sctp_handle_asconf_ack()
1728 if (serial_num == asoc->asconf_seq_out - 1) { in sctp_handle_asconf_ack()
2625 acp->serial_number = htonl(stcb->asoc.asconf_seq_out); in sctp_compose_asconf()
2626 stcb->asoc.asconf_seq_out++; in sctp_compose_asconf()
Dsctp_structs.h897 uint32_t asconf_seq_out; member
Dsctp_input.c1847 asoc->sending_seq = asoc->asconf_seq_out = asoc->str_reset_seq_out = asoc->init_seq_number; in sctp_process_cookie_existing()
1848 asoc->asconf_seq_out_acked = asoc->asconf_seq_out - 1; in sctp_process_cookie_existing()
2124 asoc->sending_seq = asoc->asconf_seq_out = asoc->str_reset_seq_out = asoc->init_seq_number; in sctp_process_cookie_new()
2125 asoc->asconf_seq_out_acked = asoc->asconf_seq_out - 1; in sctp_process_cookie_new()
Dsctputil.c1194 asoc->asconf_seq_out = asoc->str_reset_seq_out = asoc->init_seq_number = asoc->sending_seq = in sctp_init_asoc()
1196 asoc->asconf_seq_out_acked = asoc->asconf_seq_out - 1; in sctp_init_asoc()