Home
last modified time | relevance | path

Searched defs:sctp_packet (Results 1 – 1 of 1) sorted by relevance

/include/net/sctp/
Dstructs.h699 struct sctp_packet { struct
701 __u16 source_port;
702 __u16 destination_port;
703 __u32 vtag;
706 struct list_head chunk_list;
731 void sctp_packet_init(struct sctp_packet *, struct sctp_transport *, argument