Lines Matching refs:sctp_endpoint
61 struct sctp_endpoint;
163 struct sctp_endpoint *ep;
1293 struct sctp_endpoint { struct
1361 static inline struct sctp_endpoint *sctp_ep(struct sctp_ep_common *base) in sctp_ep() argument
1363 struct sctp_endpoint *ep; in sctp_ep()
1365 ep = container_of(base, struct sctp_endpoint, base); in sctp_ep()
1370 struct sctp_endpoint *sctp_endpoint_new(struct sock *, gfp_t);
1371 void sctp_endpoint_free(struct sctp_endpoint *);
1372 void sctp_endpoint_put(struct sctp_endpoint *);
1373 int sctp_endpoint_hold(struct sctp_endpoint *ep);
1374 void sctp_endpoint_add_asoc(struct sctp_endpoint *, struct sctp_association *);
1376 const struct sctp_endpoint *ep,
1379 bool sctp_endpoint_is_peeled_off(struct sctp_endpoint *ep,
1381 struct sctp_endpoint *sctp_endpoint_is_match(struct sctp_endpoint *,
1386 int sctp_verify_init(struct net *net, const struct sctp_endpoint *ep,
1393 __u32 sctp_generate_tag(const struct sctp_endpoint *);
1394 __u32 sctp_generate_tsn(const struct sctp_endpoint *);
1581 struct sctp_endpoint *ep;
2131 sctp_association_new(const struct sctp_endpoint *ep, const struct sock *sk,