Searched defs:sctp_transport (Results 1 – 2 of 2) sorted by relevance
767 struct sctp_transport { struct769 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 …]
5210 int sctp_transport_lookup_process(int (*cb)(struct sctp_transport *, void *), in sctp_transport_lookup_process()