Lines Matching defs:sctp_sock
149 struct sctp_sock {
150 /* inet_sock has to be the first member of sctp_sock */
241 static inline struct sctp_sock *sctp_sk(const struct sock *sk)
243 return (struct sctp_sock *)sk;
246 static inline struct sock *sctp_opt2sk(const struct sctp_sock *sp)
253 struct sctp_sock sctp;
447 void (*get_saddr) (struct sctp_sock *sk,
467 struct sctp_sock *,
473 struct sctp_sock *);
493 int (*af_supported) (sa_family_t, struct sctp_sock *);
496 struct sctp_sock *);
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 *);
503 int (*addr_to_user)(struct sctp_sock *sk, union sctp_addr *addr);
985 struct sctp_sock *);
1174 struct sctp_sock *);
1176 struct sctp_sock *, struct sctp_sock *);
1179 int sctp_bind_addrs_check(struct sctp_sock *sp,
1180 struct sctp_sock *sp2, int cnt2);
1184 struct sctp_sock *opt);