Searched defs:sctp_pf (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/net/sctp/ |
| D | structs.h | 490 struct sctp_pf { struct 491 void (*event_msgname)(struct sctp_ulpevent *, char *, int *); 492 void (*skb_msgname) (struct sk_buff *, char *, int *); 493 int (*af_supported) (sa_family_t, struct sctp_sock *); 494 int (*cmp_addr) (const union sctp_addr *, 497 int (*bind_verify) (struct sctp_sock *, union sctp_addr *); 498 int (*send_verify) (struct sctp_sock *, union sctp_addr *); 499 int (*supported_addrs)(const struct sctp_sock *, __be16 *); 500 struct sock *(*create_accept_sk) (struct sock *sk, 503 int (*addr_to_user)(struct sctp_sock *sk, union sctp_addr *addr); [all …]
|
| /kernel/linux/linux-6.6/include/net/sctp/ |
| D | structs.h | 496 struct sctp_pf { struct 497 void (*event_msgname)(struct sctp_ulpevent *, char *, int *); 498 void (*skb_msgname) (struct sk_buff *, char *, int *); 499 int (*af_supported) (sa_family_t, struct sctp_sock *); 500 int (*cmp_addr) (const union sctp_addr *, 503 int (*bind_verify) (struct sctp_sock *, union sctp_addr *); 504 int (*send_verify) (struct sctp_sock *, union sctp_addr *); 505 int (*supported_addrs)(const struct sctp_sock *, __be16 *); 506 struct sock *(*create_accept_sk) (struct sock *sk, 509 int (*addr_to_user)(struct sctp_sock *sk, union sctp_addr *addr); [all …]
|