Home
last modified time | relevance | path

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

/openbmc/linux/include/net/sctp/
H A Dstructs.h706 struct sctp_packet { struct
708 __u16 source_port;
709 __u16 destination_port;
710 __u32 vtag;
713 struct list_head chunk_list;
738 void sctp_packet_init(struct sctp_packet *, struct sctp_transport *, argument