Searched defs:sctp_transport (Results 1 – 12 of 12) sorted by relevance
155 rtc::scoped_refptr<SctpTransport> sctp_transport = in TEST() local
202 rtc::scoped_refptr<SctpTransportInterface> sctp_transport = in TEST_P() local
83 std::unique_ptr<SctpTransportInternal> sctp_transport, in JsepTransport()
1075 std::unique_ptr<cricket::SctpTransportInternal> sctp_transport; in MaybeCreateJsepTransport() local
2935 rtc::scoped_refptr<SctpTransport> sctp_transport = in StartSctpTransport() local
53509 struct sctp_transport { struct53510 struct list_head transports;53511 struct rhlist_head node;53512 refcount_t refcnt;53513 __u32 rto_pending: 1;53514 __u32 hb_sent: 1;53515 __u32 pmtu_pending: 1;53516 __u32 dst_pending_confirm: 1;53517 __u32 sack_generation: 1;53518 u32 dst_cookie;[all …]
82151 struct sctp_transport { struct82152 struct list_head transports;82153 struct rhlist_head node;82154 refcount_t refcnt;82155 __u32 rto_pending: 1;82156 __u32 hb_sent: 1;82157 __u32 pmtu_pending: 1;82158 __u32 dst_pending_confirm: 1;82159 __u32 sack_generation: 1;82160 u32 dst_cookie;[all …]
48602 struct sctp_transport { struct48603 struct list_head transports;48604 struct rhlist_head node;48605 refcount_t refcnt;48606 __u32 rto_pending: 1;48607 __u32 hb_sent: 1;48608 __u32 pmtu_pending: 1;48609 __u32 dst_pending_confirm: 1;48610 __u32 sack_generation: 1;48611 u32 dst_cookie;[all …]
57040 struct sctp_transport { struct57041 struct list_head transports;57042 struct rhlist_head node;57043 refcount_t refcnt;57044 __u32 rto_pending: 1;57045 __u32 hb_sent: 1;57046 __u32 pmtu_pending: 1;57047 __u32 dst_pending_confirm: 1;57048 __u32 sack_generation: 1;57049 u32 dst_cookie;[all …]