Searched defs:sctp_af (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 58305 struct sctp_af { struct 58306 int (*sctp_xmit)(struct sk_buff *, struct sctp_transport *); 58307 int (*setsockopt)(struct sock *, int, int, sockptr_t, unsigned int); 58308 …t, int, char __attribute__((btf_type_tag("user"))) *, int __attribute__((btf_type_tag("user"))) *); 58309 void (*get_dst)(struct sctp_transport *, union sctp_addr *, struct flowi *, struct sock *); 58310 void (*get_saddr)(struct sctp_sock *, struct sctp_transport *, struct flowi *); 58311 void (*copy_addrlist)(struct list_head *, struct net_device *); 58312 int (*cmp_addr)(const union sctp_addr *, const union sctp_addr *); 58313 void (*addr_copy)(union sctp_addr *, union sctp_addr *); 58314 void (*from_skb)(union sctp_addr *, struct sk_buff *, int); [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 68063 struct sctp_af { struct 68064 int (*sctp_xmit)(struct sk_buff *, struct sctp_transport *); 68065 int (*setsockopt)(struct sock *, int, int, sockptr_t, unsigned int); 68066 …t, int, char __attribute__((btf_type_tag("user"))) *, int __attribute__((btf_type_tag("user"))) *); 68067 void (*get_dst)(struct sctp_transport *, union sctp_addr *, struct flowi *, struct sock *); 68068 void (*get_saddr)(struct sctp_sock *, struct sctp_transport *, struct flowi *); 68069 void (*copy_addrlist)(struct list_head *, struct net_device *); 68070 int (*cmp_addr)(const union sctp_addr *, const union sctp_addr *); 68071 void (*addr_copy)(union sctp_addr *, union sctp_addr *); 68072 void (*from_skb)(union sctp_addr *, struct sk_buff *, int); [all …]
|