Searched defs:sctp_transport (Results 1 – 2 of 2) sorted by relevance
/linux-5.10/include/net/sctp/ |
D | structs.h | 767 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 …]
|
/linux-5.10/net/sctp/ |
D | socket.c | 5200 int sctp_transport_lookup_process(int (*cb)(struct sctp_transport *, void *), in sctp_transport_lookup_process() 5221 int sctp_for_each_transport(int (*cb)(struct sctp_transport *, void *), in sctp_for_each_transport() 5222 int (*cb_done)(struct sctp_transport *, void *), in sctp_for_each_transport()
|