Home
last modified time | relevance | path

Searched refs:num_gap_ack_blks (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_header.h245 uint16_t num_gap_ack_blks; /* number of Gap Ack blocks */ member
259 uint16_t num_gap_ack_blks; /* number of Gap Ack blocks */ member
H A Dsctp_input.c4705 num_seg = ntohs(sack->sack.num_gap_ack_blks); in sctp_process_control()
4722 num_seg = ntohs(nr_sack->nr_sack.num_gap_ack_blks); in sctp_process_control()
H A Dsctp_output.c10906 sack->sack.num_gap_ack_blks = htons(num_gap_blocks); in sctp_send_sack()
10918 nr_sack->nr_sack.num_gap_ack_blks = htons(num_gap_blocks); in sctp_send_sack()