sctp_for_each_endpoint  119 include/net/sctp/sctp.h int sctp_for_each_endpoint(int (*cb)(struct sctp_endpoint *, void *), void *p);
sctp_for_each_endpoint  490 net/sctp/diag.c 		if (sctp_for_each_endpoint(sctp_ep_dump, &commp))
sctp_for_each_endpoint 5374 net/sctp/socket.c EXPORT_SYMBOL_GPL(sctp_for_each_endpoint);