Lines Matching refs:sctp_endpoint
56 static struct sctp_endpoint *sctp_endpoint_init(struct sctp_endpoint *ep, in sctp_endpoint_init()
186 struct sctp_endpoint *sctp_endpoint_new(struct sock *sk, gfp_t gfp) in sctp_endpoint_new()
188 struct sctp_endpoint *ep; in sctp_endpoint_new()
208 void sctp_endpoint_add_asoc(struct sctp_endpoint *ep, in sctp_endpoint_add_asoc()
231 void sctp_endpoint_free(struct sctp_endpoint *ep) in sctp_endpoint_free()
244 static void sctp_endpoint_destroy(struct sctp_endpoint *ep) in sctp_endpoint_destroy()
286 void sctp_endpoint_hold(struct sctp_endpoint *ep) in sctp_endpoint_hold()
294 void sctp_endpoint_put(struct sctp_endpoint *ep) in sctp_endpoint_put()
301 struct sctp_endpoint *sctp_endpoint_is_match(struct sctp_endpoint *ep, in sctp_endpoint_is_match()
305 struct sctp_endpoint *retval = NULL; in sctp_endpoint_is_match()
322 const struct sctp_endpoint *ep, in sctp_endpoint_lookup_assoc()
352 bool sctp_endpoint_is_peeled_off(struct sctp_endpoint *ep, in sctp_endpoint_is_peeled_off()
376 struct sctp_endpoint *ep = in sctp_endpoint_bh_rcv()
377 container_of(work, struct sctp_endpoint, in sctp_endpoint_bh_rcv()