Searched defs:sctp_transport (Results 1 – 3 of 3) sorted by relevance
| /kernel/linux/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 …]
|
| /kernel/linux/linux-6.6/include/net/sctp/ |
| D | structs.h | 774 struct sctp_transport { struct 776 struct list_head transports; 777 struct rhlist_head node; 780 refcount_t refcnt; 790 __u32 rto_pending:1, 796 hb_sent:1, 799 pmtu_pending:1, 801 dst_pending_confirm:1, /* need to confirm neighbour */ 804 sack_generation:1; 805 u32 dst_cookie; [all …]
|
| /kernel/linux/linux-5.10/net/sctp/ |
| D | socket.c | 5214 int sctp_transport_lookup_process(int (*cb)(struct sctp_transport *, void *), in sctp_transport_lookup_process()
|