Lines Matching refs:sctp_endpoint
73 struct sctp_endpoint;
174 struct sctp_endpoint *ep;
1197 struct sctp_endpoint { struct
1253 static inline struct sctp_endpoint *sctp_ep(struct sctp_ep_common *base) in sctp_ep() argument
1255 struct sctp_endpoint *ep; in sctp_ep()
1257 ep = container_of(base, struct sctp_endpoint, base); in sctp_ep()
1262 struct sctp_endpoint *sctp_endpoint_new(struct sock *, gfp_t);
1263 void sctp_endpoint_free(struct sctp_endpoint *);
1264 void sctp_endpoint_put(struct sctp_endpoint *);
1265 void sctp_endpoint_hold(struct sctp_endpoint *);
1266 void sctp_endpoint_add_asoc(struct sctp_endpoint *, struct sctp_association *);
1268 const struct sctp_endpoint *ep,
1271 int sctp_endpoint_is_peeled_off(struct sctp_endpoint *,
1273 struct sctp_endpoint *sctp_endpoint_is_match(struct sctp_endpoint *,
1278 int sctp_verify_init(struct net *net, const struct sctp_endpoint *ep,
1285 __u32 sctp_generate_tag(const struct sctp_endpoint *);
1286 __u32 sctp_generate_tsn(const struct sctp_endpoint *);
1359 struct sctp_endpoint *ep;
1867 sctp_association_new(const struct sctp_endpoint *, const struct sock *,