Searched defs:sctp_transport (Results 1 – 2 of 2) sorted by relevance
58226 struct sctp_transport { struct58227 struct list_head transports;58228 struct rhlist_head node;58229 refcount_t refcnt;58230 __u32 rto_pending: 1;58231 __u32 hb_sent: 1;58232 __u32 pmtu_pending: 1;58233 __u32 dst_pending_confirm: 1;58234 __u32 sack_generation: 1;58235 u32 dst_cookie;[all …]
67984 struct sctp_transport { struct67985 struct list_head transports;67986 struct rhlist_head node;67987 refcount_t refcnt;67988 __u32 rto_pending: 1;67989 __u32 hb_sent: 1;67990 __u32 pmtu_pending: 1;67991 __u32 dst_pending_confirm: 1;67992 __u32 sack_generation: 1;67993 u32 dst_cookie;[all …]