Searched defs:sctp_pf (Results 1 – 1 of 1) sorted by relevance
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 53403 struct sctp_pf { struct 53404 void (*event_msgname)(struct sctp_ulpevent *, char *, int *); 53405 void (*skb_msgname)(struct sk_buff *, char *, int *); 53406 int (*af_supported)(sa_family_t, struct sctp_sock *); 53407 int (*cmp_addr)(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *); 53408 int (*bind_verify)(struct sctp_sock *, union sctp_addr *); 53409 int (*send_verify)(struct sctp_sock *, union sctp_addr *); 53410 int (*supported_addrs)(const struct sctp_sock *, __be16 *); 53411 struct sock * (*create_accept_sk)(struct sock *, struct sctp_association *, bool); 53412 int (*addr_to_user)(struct sctp_sock *, union sctp_addr *); [all …]
|