OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cnt_of_space
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
sctp_output.c
7550
unsigned int
cnt_of_space
, i, ovh;
local in function:send_forward_tsn
7573
cnt_of_space
= M_TRAILINGSPACE(chk->data);
7580
if (
cnt_of_space
> (asoc->smallest_mtu-ovh)) {
7582
cnt_of_space
= asoc->smallest_mtu - ovh;
7584
if (
cnt_of_space
< space_needed) {
7588
cnt_of_skipped = (
cnt_of_space
-
sctp_output.c
7550
unsigned int
cnt_of_space
, i, ovh;
local in function:send_forward_tsn
7573
cnt_of_space
= M_TRAILINGSPACE(chk->data);
7580
if (
cnt_of_space
> (asoc->smallest_mtu-ovh)) {
7582
cnt_of_space
= asoc->smallest_mtu - ovh;
7584
if (
cnt_of_space
< space_needed) {
7588
cnt_of_skipped = (
cnt_of_space
-
Completed in 37 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025