Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dstructs.h767 struct sctp_transport { struct
769 struct list_head transports;
770 struct rhlist_head node;
773 refcount_t refcnt;
783 __u32 rto_pending:1,
789 hb_sent:1,
792 pmtu_pending:1,
794 dst_pending_confirm:1, /* need to confirm neighbour */
797 sack_generation:1;
798 u32 dst_cookie;
[all …]
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsocket.c5210 int sctp_transport_lookup_process(int (*cb)(struct sctp_transport *, void *), in sctp_transport_lookup_process()