HomeSort by: relevance | last modified time | path
    Searched refs:sctp_log_map (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netinet/
sctputil.h 237 void sctp_log_map(uint32_t, uint32_t, uint32_t, int);
sctp_indata.c 1681 sctp_log_map(0, tsn, asoc->cumulative_tsn, SCTP_MAP_PREPARE_SLIDE);
1971 sctp_log_map(0, 1, asoc->highest_tsn_inside_map, SCTP_MAP_SLIDE_RESULT);
2184 sctp_log_map(0, 2, asoc->highest_tsn_inside_map, SCTP_MAP_SLIDE_RESULT);
2197 sctp_log_map(asoc->mapping_array_base_tsn, asoc->cumulative_tsn,
2280 sctp_log_map(old_base, old_cumack, old_highest,
2282 sctp_log_map(asoc->mapping_array_base_tsn, asoc->cumulative_tsn,
2303 sctp_log_map(old_base, old_cumack, old_highest,
2305 sctp_log_map((uint32_t)slide_from, (uint32_t)slide_end,
2323 sctp_log_map((uint32_t)distance, (uint32_t)slide_from,
2338 sctp_log_map(asoc->mapping_array_base_tsn
    [all...]
sctp_input.c 232 sctp_log_map(0, 5, asoc->highest_tsn_inside_map, SCTP_MAP_SLIDE_RESULT);
sctputil.c 143 sctp_log_map(uint32_t map, uint32_t cum, uint32_t high, int from) function in typeref:typename:void
sctp_output.c 7832 sctp_log_map(0, 4, asoc->highest_tsn_inside_map, SCTP_MAP_SLIDE_RESULT);

Completed in 25 milliseconds