Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/sctp/
Dstructs.h715 struct sctp_packet { struct
717 __u16 source_port;
718 __u16 destination_port;
719 __u32 vtag;
722 struct list_head chunk_list;
747 void sctp_packet_init(struct sctp_packet *, struct sctp_transport *, argument
/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_sctp.c277 static int sctp_packet(struct nf_conn *ct, in sctp_packet() function