Home
last modified time | relevance | path

Searched refs:sctp_log_map (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/netinet/
H A Dsctp_indata.c1681 sctp_log_map(0, tsn, asoc->cumulative_tsn, SCTP_MAP_PREPARE_SLIDE); in sctp_process_a_data_chunk()
1971 sctp_log_map(0, 1, asoc->highest_tsn_inside_map, SCTP_MAP_SLIDE_RESULT); in sctp_process_a_data_chunk()
2184 sctp_log_map(0, 2, asoc->highest_tsn_inside_map, SCTP_MAP_SLIDE_RESULT); in sctp_process_a_data_chunk()
2197 sctp_log_map(asoc->mapping_array_base_tsn, asoc->cumulative_tsn, in sctp_process_a_data_chunk()
2280 sctp_log_map(old_base, old_cumack, old_highest, in sctp_sack_check()
2282 sctp_log_map(asoc->mapping_array_base_tsn, asoc->cumulative_tsn, in sctp_sack_check()
2303 sctp_log_map(old_base, old_cumack, old_highest, in sctp_sack_check()
2305 sctp_log_map((uint32_t)slide_from, (uint32_t)slide_end, in sctp_sack_check()
2323 sctp_log_map((uint32_t)distance, (uint32_t)slide_from, in sctp_sack_check()
2338 sctp_log_map(aso in sctp_sack_check()
[all...]
H A Dsctputil.h237 void sctp_log_map(uint32_t, uint32_t, uint32_t, int);
H A Dsctputil.c143 sctp_log_map(uint32_t map, uint32_t cum, uint32_t high, int from) in sctp_log_map() function
H A Dsctp_input.c232 sctp_log_map(0, 5, asoc->highest_tsn_inside_map, SCTP_MAP_SLIDE_RESULT); in sctp_process_init()
H A Dsctp_output.c7832 sctp_log_map(0, 4, asoc->highest_tsn_inside_map, SCTP_MAP_SLIDE_RESULT);