Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h58197 struct sctp_datamsg { struct
58198 struct list_head chunks;
58199 refcount_t refcnt;
58200 unsigned long expires_at;
58201 int send_error;
58202 u8 send_failed: 1;
58203 u8 can_delay: 1;
58204 u8 abandoned: 1;
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h67955 struct sctp_datamsg { struct
67956 struct list_head chunks;
67957 refcount_t refcnt;
67958 unsigned long expires_at;
67959 int send_error;
67960 u8 send_failed: 1;
67961 u8 can_delay: 1;
67962 u8 abandoned: 1;