Searched defs:sctp_transport (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/include/net/sctp/ |
D | structs.h | 773 struct sctp_transport { struct 775 struct list_head transports; 776 struct rhlist_head node; 779 refcount_t refcnt; 789 __u32 rto_pending:1, 795 hb_sent:1, 798 pmtu_pending:1, 800 dst_pending_confirm:1, /* need to confirm neighbour */ 803 sack_generation:1; 804 u32 dst_cookie; [all …]
|
/Linux-v5.15/net/sctp/ |
D | socket.c | 5320 int sctp_transport_lookup_process(int (*cb)(struct sctp_transport *, void *), in sctp_transport_lookup_process() 5341 int sctp_for_each_transport(int (*cb)(struct sctp_transport *, void *), in sctp_for_each_transport() 5342 int (*cb_done)(struct sctp_transport *, void *), in sctp_for_each_transport()
|