Lines Matching defs:sctp_pf
56957 struct sctp_pf { struct
56958 void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
56959 void (*skb_msgname)(struct sk_buff *, char *, int *);
56960 int (*af_supported)(sa_family_t, struct sctp_sock *);
56961 int (*cmp_addr)(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *);
56962 int (*bind_verify)(struct sctp_sock *, union sctp_addr *);
56963 int (*send_verify)(struct sctp_sock *, union sctp_addr *);
56964 int (*supported_addrs)(const struct sctp_sock *, __be16 *);
56965 struct sock * (*create_accept_sk)(struct sock *, struct sctp_association *, bool);
56966 int (*addr_to_user)(struct sctp_sock *, union sctp_addr *);
56967 void (*to_sk_saddr)(union sctp_addr *, struct sock *);
56968 void (*to_sk_daddr)(union sctp_addr *, struct sock *);
56969 void (*copy_ip_options)(struct sock *, struct sock *);
56970 struct sctp_af *af;