Lines Matching defs:ep
57 static struct sctp_endpoint *sctp_endpoint_init(struct sctp_endpoint *ep, in sctp_endpoint_init()
186 struct sctp_endpoint *ep; in sctp_endpoint_new() local
206 void sctp_endpoint_add_asoc(struct sctp_endpoint *ep, in sctp_endpoint_add_asoc()
229 void sctp_endpoint_free(struct sctp_endpoint *ep) in sctp_endpoint_free()
242 static void sctp_endpoint_destroy(struct sctp_endpoint *ep) in sctp_endpoint_destroy()
285 void sctp_endpoint_hold(struct sctp_endpoint *ep) in sctp_endpoint_hold()
293 void sctp_endpoint_put(struct sctp_endpoint *ep) in sctp_endpoint_put()
300 struct sctp_endpoint *sctp_endpoint_is_match(struct sctp_endpoint *ep, in sctp_endpoint_is_match()
321 const struct sctp_endpoint *ep, in __sctp_endpoint_lookup_assoc()
366 const struct sctp_endpoint *ep, in sctp_endpoint_lookup_assoc()
382 int sctp_endpoint_is_peeled_off(struct sctp_endpoint *ep, in sctp_endpoint_is_peeled_off()
406 struct sctp_endpoint *ep = in sctp_endpoint_bh_rcv() local