OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sack_length
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
sctp_indata.c
3474
unsigned int
sack_length
;
local in function:sctp_handle_sack
3530
sack_length
= ntohs(ch->ch.chunk_length);
3531
if (
sack_length
< sizeof(struct sctp_sack_chunk)) {
3732
if (num_seg * sizeof(struct sctp_gap_ack_block) + sizeof(struct sctp_sack_chunk) >
sack_length
) {
sctp_indata.c
3474
unsigned int
sack_length
;
local in function:sctp_handle_sack
3530
sack_length
= ntohs(ch->ch.chunk_length);
3531
if (
sack_length
< sizeof(struct sctp_sack_chunk)) {
3732
if (num_seg * sizeof(struct sctp_gap_ack_block) + sizeof(struct sctp_sack_chunk) >
sack_length
) {
Completed in 59 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025