Home
last modified time | relevance | path

Searched defs:sctp_transport (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h58226 struct sctp_transport { struct
58227 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 …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h67984 struct sctp_transport { struct
67985 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 …]