Lines Matching defs:sctp_sock
149 struct sctp_sock {
150 /* inet_sock has to be the first member of sctp_sock */
245 static inline struct sctp_sock *sctp_sk(const struct sock *sk)
247 return (struct sctp_sock *)sk;
250 static inline struct sock *sctp_opt2sk(const struct sctp_sock *sp)
257 struct sctp_sock sctp;
452 void (*get_saddr) (struct sctp_sock *sk,
472 struct sctp_sock *,
478 struct sctp_sock *);
499 int (*af_supported) (sa_family_t, struct sctp_sock *);
502 struct sctp_sock *);
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 *);
509 int (*addr_to_user)(struct sctp_sock *sk, union sctp_addr *addr);
1006 struct sctp_sock *);
1198 struct sctp_sock *);
1200 struct sctp_sock *, struct sctp_sock *);
1203 int sctp_bind_addrs_check(struct sctp_sock *sp,
1204 struct sctp_sock *sp2, int cnt2);
1208 struct sctp_sock *opt);