OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:a_chk
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
sctp_output.c
7659
struct sctp_tmit_chunk *chk, *
a_chk
;
local in function:sctp_send_sack
7669
a_chk
= NULL;
7681
a_chk
= chk;
7682
sctp_m_freem(
a_chk
->data);
7683
a_chk
->data = NULL;
7684
sctp_free_remote_addr(
a_chk
->whoTo);
7685
a_chk
->whoTo = NULL;
7689
if (
a_chk
== NULL) {
7690
a_chk
= (struct sctp_tmit_chunk *)SCTP_ZONE_GET(sctppcbinfo.ipi_zone_chunk);
7691
if (
a_chk
== NULL)
[
all
...]
sctp_output.c
7659
struct sctp_tmit_chunk *chk, *
a_chk
;
local in function:sctp_send_sack
7669
a_chk
= NULL;
7681
a_chk
= chk;
7682
sctp_m_freem(
a_chk
->data);
7683
a_chk
->data = NULL;
7684
sctp_free_remote_addr(
a_chk
->whoTo);
7685
a_chk
->whoTo = NULL;
7689
if (
a_chk
== NULL) {
7690
a_chk
= (struct sctp_tmit_chunk *)SCTP_ZONE_GET(sctppcbinfo.ipi_zone_chunk);
7691
if (
a_chk
== NULL)
[
all
...]
Completed in 220 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025