Lines Matching defs:sctp_pf
472 struct sctp_pf { struct
473 void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
474 void (*skb_msgname) (struct sk_buff *, char *, int *);
475 int (*af_supported) (sa_family_t, struct sctp_sock *);
476 int (*cmp_addr) (const union sctp_addr *,
479 int (*bind_verify) (struct sctp_sock *, union sctp_addr *);
480 int (*send_verify) (struct sctp_sock *, union sctp_addr *);
481 int (*supported_addrs)(const struct sctp_sock *, __be16 *);
482 struct sock *(*create_accept_sk) (struct sock *sk,
485 int (*addr_to_user)(struct sctp_sock *sk, union sctp_addr *addr);
486 void (*to_sk_saddr)(union sctp_addr *, struct sock *sk);
487 void (*to_sk_daddr)(union sctp_addr *, struct sock *sk);
488 struct sctp_af *af;