Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h57732 struct sctp_association { struct
57733 struct sctp_ep_common base;
57734 struct list_head asocs;
57735 sctp_assoc_t assoc_id;
57736 struct sctp_endpoint *ep;
57737 struct sctp_cookie c;
57738 struct {
57771 } peer;
57772 enum sctp_state state;
57773 int overall_error_count;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h67490 struct sctp_association { struct
67491 struct sctp_ep_common base;
67492 struct list_head asocs;
67493 sctp_assoc_t assoc_id;
67494 struct sctp_endpoint *ep;
67495 struct sctp_cookie c;
67496 struct {
67529 } peer;
67530 enum sctp_state state;
67531 int overall_error_count;
[all …]