OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sctp_pktdrop_chunk
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
sctp_header.h
389
struct
sctp_pktdrop_chunk
{
struct
sctp_input.c
2761
sctp_handle_packet_dropped(struct
sctp_pktdrop_chunk
*cp,
2772
chlen -= sizeof(struct
sctp_pktdrop_chunk
);
3684
sctp_handle_packet_dropped((struct
sctp_pktdrop_chunk
*)ch,
sctp_output.c
8481
struct
sctp_pktdrop_chunk
*drp;
8536
if ((chk->send_size+sizeof(struct
sctp_pktdrop_chunk
)+SCTP_MIN_OVERHEAD) > MHLEN) {
8546
drp = mtod(chk->data, struct
sctp_pktdrop_chunk
*);
8557
chk->book_size = (chk->send_size + sizeof(struct
sctp_pktdrop_chunk
) +
8563
sizeof(struct
sctp_pktdrop_chunk
) +
8574
chk->send_size += sizeof(struct
sctp_pktdrop_chunk
);
Completed in 43 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025