FreeBSD kernel IPv4 code
sctp_copy_all Struct Reference

#include <sctp_structs.h>

Collaboration diagram for sctp_copy_all:

Data Fields

struct sctp_inpcbinp
 
struct mbuf * m
 
struct sctp_sndrcvinfo sndrcv
 
ssize_t sndlen
 
int cnt_sent
 
int cnt_failed
 

Detailed Description

Definition at line 159 of file sctp_structs.h.

Field Documentation

◆ cnt_failed

int sctp_copy_all::cnt_failed

Definition at line 165 of file sctp_structs.h.

Referenced by sctp_sendall_iterator().

◆ cnt_sent

int sctp_copy_all::cnt_sent

Definition at line 164 of file sctp_structs.h.

Referenced by sctp_sendall_iterator().

◆ inp

struct sctp_inpcb* sctp_copy_all::inp

Definition at line 160 of file sctp_structs.h.

Referenced by sctp_sendall(), sctp_sendall_completes(), and sctp_sendall_iterator().

◆ m

struct mbuf* sctp_copy_all::m

Definition at line 161 of file sctp_structs.h.

Referenced by sctp_sendall(), sctp_sendall_completes(), and sctp_sendall_iterator().

◆ sndlen

ssize_t sctp_copy_all::sndlen

Definition at line 163 of file sctp_structs.h.

Referenced by sctp_sendall(), and sctp_sendall_iterator().

◆ sndrcv

struct sctp_sndrcvinfo sctp_copy_all::sndrcv

Definition at line 162 of file sctp_structs.h.

Referenced by sctp_sendall(), and sctp_sendall_iterator().


The documentation for this struct was generated from the following file: