Searched defs:sctp_transport (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/net/sctp/ |
D | structs.h | 783 struct sctp_transport { struct 785 struct list_head transports; 786 struct rhlist_head node; 789 refcount_t refcnt; 799 __u32 rto_pending:1, 805 hb_sent:1, 808 pmtu_pending:1, 810 dst_pending_confirm:1, /* need to confirm neighbour */ 813 sack_generation:1; 814 u32 dst_cookie; [all …]
|
/Linux-v4.19/net/sctp/ |
D | socket.c | 5066 int sctp_transport_lookup_process(int (*cb)(struct sctp_transport *, void *), in sctp_transport_lookup_process() 5087 int sctp_for_each_transport(int (*cb)(struct sctp_transport *, void *), in sctp_for_each_transport() 5088 int (*cb_done)(struct sctp_transport *, void *), in sctp_for_each_transport()
|